Search Results for

    Show / Hide Table of Contents

    Class OnFixedUpdateEvent

    Event invoked for frame-rate independent update for physics calculations. See unity doc's MonoBehaviour.FixedUpdate for reference.

    Inheritance
    Object
    OnFixedUpdateEvent
    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
    In This Article
    Back to top State Machine Unity Documentation