Class OnLateUpdateEvent
Event invoked with every frame update, LateUpdate is called after all Update functions have been called. See unity doc's MonoBehaviour.LateUpdate for reference.
Namespace: nickmaltbie.StateMachineUnity.Attributes
Assembly: cs.temp.dll.dll
Syntax
public class OnLateUpdateEvent : IEvent
Fields
Instance
Event invoked with every frame update, LateUpdate is called after all Update functions have been called. See unity doc's MonoBehaviour.LateUpdate for reference.
Declaration
public static OnLateUpdateEvent Instance
Field Value
Type | Description |
---|---|
OnLateUpdateEvent |