UpdateBehavior
Class in Zigurous.DataStructures
Declaration
public abstract class UpdateBehavior : MonoBehaviourDescription
A behavior that can run in any update mode.
Properties
| updateMode | The update mode of the behavior. |
Methods
| OnUpdate | Handles behavior updates. |
| OnEnable | A Unity lifecycle method called when the behavior is enabled. |
| OnDisable | A Unity lifecycle method called when the behavior is disabled. |
| OnValidate | A Unity lifecycle method called during editor validation. |