Search Results for

    Show / Hide Table of Contents

    Class OnUpdateAttribute

    Action invoked with every frame update. See unity doc's MonoBehaviour.Update for reference.

    Inheritance
    Object
    Attribute
    ActionAttribute
    OnEventDoActionAttribute
    OnUpdateAttribute
    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 OnUpdateAttribute : OnEventDoActionAttribute

    Constructors

    OnUpdateAttribute(String)

    Action invoked with every frame update. See unity doc's MonoBehaviour.Update for reference.

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