Search Results for

    Show / Hide Table of Contents

    Class OnGUIAttribute

    OnGUI is called for rendering and handling GUI events. See unity doc's MonoBehaviour.OnGUI for reference.

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

    Constructors

    OnGUIAttribute(String)

    OnGUI is called for rendering and handling GUI events. See unity doc's MonoBehaviour.OnGUI for reference.

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