Enum LifeCycle
LifeCycle bitmask that defines Unity events that this node registers to
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Flags]
public enum LifeCycle
Fields
| Name | Description |
|---|---|
| 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 |