Class OnFixedUpdateEvent
Event invoked for frame-rate independent update for physics calculations. See unity doc's MonoBehaviour.FixedUpdate for reference.
Namespace: nickmaltbie.StateMachineUnity.Attributes
Assembly: cs.temp.dll.dll
Syntax
public class OnFixedUpdateEvent : IEvent
Fields
Instance
Event invoked for frame-rate independent update for physics calculations. See unity doc's MonoBehaviour.FixedUpdate for reference.
Declaration
public static OnFixedUpdateEvent Instance
Field Value
Type | Description |
---|---|
OnFixedUpdateEvent |