docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SuperState

    Inheritance
    object
    GraphElement<StateGraph>
    State
    NesterState<StateGraph, StateGraphAsset>
    SuperState
    Implements
    INesterState
    IState
    IGraphElementWithDebugData
    IGraphElementWithData
    IGraphNesterElement
    IGraphParentElement
    IGraphElement
    IGraphItem
    INotifiedCollectionItem
    IDisposable
    IPrewarmable
    IAotStubbable
    IIdentifiable
    IAnalyticsIdentifiable
    IGraphNester
    IGraphParent
    IGraphEventListener
    Inherited Members
    NesterState<StateGraph, StateGraphAsset>.nest
    NesterState<StateGraph, StateGraphAsset>.deserializationDependencies
    NesterState<StateGraph, StateGraphAsset>.GetAotStubs(HashSet<object>)
    NesterState<StateGraph, StateGraphAsset>.DefaultGraph()
    State.CreateData()
    State.CreateDebugData()
    State.isStart
    State.canBeSource
    State.canBeDestination
    State.BeforeRemove()
    State.Instantiate(GraphReference)
    State.Uninstantiate(GraphReference)
    State.outgoingTransitions
    State.incomingTransitions
    State.transitions
    State.Disconnect()
    State.OnEnter(Flow, StateEnterReason)
    State.OnExit(Flow, StateExitReason)
    State.OnBranchTo(Flow, IState)
    State.DefaultWidth
    State.position
    State.width
    State.GetAnalyticsIdentifier()
    GraphElement<StateGraph>.guid
    GraphElement<StateGraph>.BeforeAdd()
    GraphElement<StateGraph>.AfterAdd()
    GraphElement<StateGraph>.AfterRemove()
    GraphElement<StateGraph>.Dispose()
    GraphElement<StateGraph>.dependencyOrder
    GraphElement<StateGraph>.HandleDependencies()
    GraphElement<StateGraph>.graph
    GraphElement<StateGraph>.deserializationDependencies
    GraphElement<StateGraph>.GetAotStubs(HashSet<object>)
    GraphElement<StateGraph>.Prewarm()
    GraphElement<StateGraph>.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.VisualScripting
    Assembly: Unity.VisualScripting.State.dll
    Syntax
    [TypeIcon(typeof(StateGraph))]
    public sealed class SuperState : NesterState<StateGraph, StateGraphAsset>, INesterState, IState, IGraphElementWithDebugData, IGraphElementWithData, IGraphNesterElement, IGraphParentElement, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable, IGraphNester, IGraphParent, IGraphEventListener

    Constructors

    SuperState()

    Declaration
    public SuperState()

    SuperState(StateGraphAsset)

    Declaration
    public SuperState(StateGraphAsset macro)
    Parameters
    Type Name Description
    StateGraphAsset macro

    Methods

    DefaultGraph()

    Declaration
    public override StateGraph DefaultGraph()
    Returns
    Type Description
    StateGraph
    Overrides
    NesterState<StateGraph, StateGraphAsset>.DefaultGraph()

    IsListening(GraphPointer)

    Declaration
    public bool IsListening(GraphPointer pointer)
    Parameters
    Type Name Description
    GraphPointer pointer
    Returns
    Type Description
    bool

    OnEnterImplementation(Flow)

    Declaration
    protected override void OnEnterImplementation(Flow flow)
    Parameters
    Type Name Description
    Flow flow
    Overrides
    State.OnEnterImplementation(Flow)

    OnExitImplementation(Flow)

    Declaration
    protected override void OnExitImplementation(Flow flow)
    Parameters
    Type Name Description
    Flow flow
    Overrides
    State.OnExitImplementation(Flow)

    StartListening(GraphStack)

    Declaration
    public void StartListening(GraphStack stack)
    Parameters
    Type Name Description
    GraphStack stack

    StopListening(GraphStack)

    Declaration
    public void StopListening(GraphStack stack)
    Parameters
    Type Name Description
    GraphStack stack

    WithStart()

    Declaration
    public static SuperState WithStart()
    Returns
    Type Description
    SuperState

    Implements

    INesterState
    IState
    IGraphElementWithDebugData
    IGraphElementWithData
    IGraphNesterElement
    IGraphParentElement
    IGraphElement
    IGraphItem
    INotifiedCollectionItem
    IDisposable
    IPrewarmable
    IAotStubbable
    IIdentifiable
    IAnalyticsIdentifiable
    IGraphNester
    IGraphParent
    IGraphEventListener

    Extension Methods

    Cloning.Clone(object, ICloner, bool)
    Cloning.Clone(object, ICloner, bool)
    Cloning.CloneViaFakeSerialization(object)
    Cloning.CloneViaFakeSerialization(object)
    ConversionUtility.ConvertTo(object, Type)
    ConversionUtility.ConvertTo(object, Type)
    ConversionUtility.ConvertTo<T>(object)
    ConversionUtility.ConvertTo<T>(object)
    ConversionUtility.IsConvertibleTo(object, Type, bool)
    ConversionUtility.IsConvertibleTo(object, Type, bool)
    ConversionUtility.IsConvertibleTo<T>(object, bool)
    ConversionUtility.IsConvertibleTo<T>(object, bool)
    Serialization.Serialize(object, bool)
    Serialization.Serialize(object, bool)
    TypeUtility.ToShortString(object, int)
    TypeUtility.ToShortString(object, int)
    UnityObjectUtility.IsUnityNull(object)
    UnityObjectUtility.IsUnityNull(object)
    UnityObjectUtility.ToSafeString(object)
    UnityObjectUtility.ToSafeString(object)
    XAnalyserProvider.Analyser(object, GraphReference)
    XAnalyserProvider.Analyser(object, IGraphContext)
    XAnalyserProvider.Analyser<TAnalyser>(object, GraphReference)
    XAnalyserProvider.Analyser<TAnalyser>(object, IGraphContext)
    XAnalyserProvider.Analysis(object, GraphReference)
    XAnalyserProvider.Analysis(object, IGraphContext)
    XAnalyserProvider.Analysis<TAnalysis>(object, GraphReference)
    XAnalyserProvider.Analysis<TAnalysis>(object, IGraphContext)
    XDescriptorProvider.Describe(object)
    XDescriptorProvider.Description(object)
    XDescriptorProvider.Description<TDescription>(object)
    XDescriptorProvider.Descriptor(object)
    XDescriptorProvider.Descriptor<TDescriptor>(object)
    XDescriptorProvider.HasDescriptor(object)
    GraphsExceptionUtility.GetException(IGraphElementWithDebugData, GraphPointer)
    GraphsExceptionUtility.HandleException(IGraphElementWithDebugData, GraphPointer, Exception)
    GraphsExceptionUtility.SetException(IGraphElementWithDebugData, GraphPointer, Exception)
    XGraphEventListener.StartListening(IGraphEventListener, GraphReference)
    XGraphEventListener.StopListening(IGraphEventListener, GraphReference)
    Cloning.CloneViaFakeSerialization<T>(T)
    Cloning.CloneViaFakeSerialization<T>(T)
    Cloning.Clone<T>(T, ICloner, bool)
    Cloning.Clone<T>(T, ICloner, bool)
    LinqUtility.Yield<T>(T)
    LinqUtility.Yield<T>(T)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, bool)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, bool)
    Serialization.CloneViaSerialization<T>(T, bool)
    Serialization.CloneViaSerialization<T>(T, bool)
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)