docs.unity.cn
    Show / Hide Table of Contents

    Enum LifeCycle

    LifeCycle bitmask that defines Unity events that this node registers to

    Namespace: Mechatronics.SystemGraph
    Syntax
    [Flags]
    public enum LifeCycle

    Fields

    Name Description Value
    FixedUpdate

    This node registers to the Unity FixedUpdate events and receive the FixedUpdate callback

    Update

    This node registers to the Unity Update events and receive the Update callback

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