UpdateBehaviour
Class in Zigurous.Architecture
Declaration
public abstract class UpdateBehaviour : MonoBehaviour
Description
A behavior that can run in any update mode. The update mode can be changed as needed without incurring any additional performance cost.
Properties
updateMode | The update mode of the behavior. |
customStrategy | The custom update strategy to use. |
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. |