Search Results for

    Show / Hide Table of Contents

    Class StateTimeoutEvent

    Event raised whenever a state has timed out. Used with the TransitionAfterTimeAttribute attribute.

    Inheritance
    Object
    StateTimeoutEvent
    Implements
    IEvent
    Namespace: nickmaltbie.StateMachineUnity.Event
    Assembly: cs.temp.dll.dll
    Syntax
    public class StateTimeoutEvent : IEvent

    Fields

    Instance

    Global instance of the StateTimeoutEvent

    Declaration
    public static readonly StateTimeoutEvent Instance
    Field Value
    Type Description
    StateTimeoutEvent

    Implements

    IEvent
    In This Article
    Back to top State Machine Unity Documentation