Search Results for

    Show / Hide Table of Contents

    Class OnFixedUpdateAttribute

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

    Inheritance
    Object
    Attribute
    ActionAttribute
    OnEventDoActionAttribute
    OnFixedUpdateAttribute
    Inherited Members
    OnEventDoActionAttribute.Event
    ActionAttribute.Action
    Namespace: nickmaltbie.StateMachineUnity.Attributes
    Assembly: cs.temp.dll.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
    public class OnFixedUpdateAttribute : OnEventDoActionAttribute

    Constructors

    OnFixedUpdateAttribute(String)

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

    Declaration
    public OnFixedUpdateAttribute(string action)
    Parameters
    Type Name Description
    String action
    In This Article
    Back to top State Machine Unity Documentation