docs.unity.cn
    Show / Hide Table of Contents

    System Graph Component

    The System Graph Component is the root container of a SystemGraph asset instance.

    It's responsible for interaction with instances of a SystemGraph. Users can set properties in the editor and in code in the System Graph Component, which will in turn manage propagation of data, synchronization, and lifecycle of the SystemGraph instance.

    Lifecycle

    The scheduler for a System Graph Component drives the execution of the nodes in the system graph. It is integrated in the Unity standard lifecycle.

    System Graph Component callbacks

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 18, 2022
    Terms of use