docs.unity3d.com
    目次を表示する/隠す

    Class SuperState

    Inheritance
    Object
    GraphElement<StateGraph>
    State
    NesterState<StateGraph, StateGraphAsset>
    SuperState
    Inherited Members
    NesterState<StateGraph, StateGraphAsset>.nest
    NesterState<StateGraph, StateGraphAsset>.IGraphNester.nest
    NesterState<StateGraph, StateGraphAsset>.IGraphParent.childGraph
    NesterState<StateGraph, StateGraphAsset>.IGraphParent.isSerializationRoot
    NesterState<StateGraph, StateGraphAsset>.IGraphParent.serializedObject
    NesterState<StateGraph, StateGraphAsset>.deserializationDependencies
    NesterState<StateGraph, StateGraphAsset>.CopyFrom(NesterState<StateGraph, StateGraphAsset>)
    NesterState<StateGraph, StateGraphAsset>.GetAotStubs(HashSet<Object>)
    NesterState<StateGraph, StateGraphAsset>.DefaultGraph()
    NesterState<StateGraph, StateGraphAsset>.IGraphParent.DefaultGraph()
    NesterState<StateGraph, StateGraphAsset>.IGraphNester.InstantiateNest()
    NesterState<StateGraph, StateGraphAsset>.IGraphNester.UninstantiateNest()
    State.CreateData()
    State.CreateDebugData()
    State.isStart
    State.canBeSource
    State.canBeDestination
    State.BeforeRemove()
    State.Instantiate(GraphReference)
    State.Uninstantiate(GraphReference)
    State.CopyFrom(State)
    State.outgoingTransitions
    State.incomingTransitions
    State.outgoingTransitionsNoAlloc
    State.transitions
    State.Disconnect()
    State.OnEnter(Flow, StateEnterReason)
    State.OnExit(Flow, StateExitReason)
    State.UpdateImplementation(Flow)
    State.FixedUpdateImplementation(Flow)
    State.LateUpdateImplementation(Flow)
    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>.InstantiateNest()
    GraphElement<StateGraph>.UninstantiateNest()
    GraphElement<StateGraph>.dependencyOrder
    GraphElement<StateGraph>.HandleDependencies()
    GraphElement<StateGraph>.graph
    GraphElement<StateGraph>.IGraphElement.graph
    GraphElement<StateGraph>.IGraphItem.graph
    GraphElement<StateGraph>.deserializationDependencies
    GraphElement<StateGraph>.GetAotStubs(HashSet<Object>)
    GraphElement<StateGraph>.Prewarm()
    GraphElement<StateGraph>.CopyFrom(GraphElement<StateGraph>)
    GraphElement<StateGraph>.ToString()
    Namespace: Unity.VisualScripting
    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
    Unity.VisualScripting.NesterState<Unity.VisualScripting.StateGraph, Unity.VisualScripting.StateGraphAsset>.DefaultGraph()

    IsListening(GraphPointer)

    Declaration
    public bool IsListening(GraphPointer pointer)
    Parameters
    Type Name Description
    GraphPointer pointer
    Returns
    Type Description
    Boolean
    Implements
    IGraphEventListener.IsListening(GraphPointer)

    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
    Implements
    IGraphEventListener.StartListening(GraphStack)

    StopListening(GraphStack)

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

    WithStart()

    Declaration
    public static SuperState WithStart()
    Returns
    Type Description
    SuperState

    Extension Methods

    XAnalyserProvider.Analyser(Object, IGraphContext)
    XAnalyserProvider.Analyser<TAnalyser>(Object, IGraphContext)
    XAnalyserProvider.Analysis(Object, IGraphContext)
    XAnalyserProvider.Analysis<TAnalysis>(Object, IGraphContext)
    XAnalyserProvider.Analyser(Object, GraphReference)
    XAnalyserProvider.Analyser<TAnalyser>(Object, GraphReference)
    XAnalyserProvider.Analysis(Object, GraphReference)
    XAnalyserProvider.Analysis<TAnalysis>(Object, GraphReference)
    XDescriptorProvider.Describe(Object)
    XDescriptorProvider.HasDescriptor(Object)
    XDescriptorProvider.Descriptor(Object)
    XDescriptorProvider.Descriptor<TDescriptor>(Object)
    XDescriptorProvider.Description(Object)
    XDescriptorProvider.Description<TDescription>(Object)
    Cloning.Clone(Object, ICloner, Boolean)
    Cloning.Clone<T>(T, ICloner, Boolean)
    Cloning.CloneViaFakeSerialization(Object)
    Cloning.CloneViaFakeSerialization<T>(T)
    XGraphEventListener.StartListening(IGraphEventListener, GraphReference)
    XGraphEventListener.StopListening(IGraphEventListener, GraphReference)
    GraphsExceptionUtility.GetException(IGraphElementWithDebugData, GraphPointer)
    GraphsExceptionUtility.SetException(IGraphElementWithDebugData, GraphPointer, Exception)
    GraphsExceptionUtility.HandleException(IGraphElementWithDebugData, GraphPointer, Exception)
    ConversionUtility.IsConvertibleTo(Object, Type, Boolean)
    ConversionUtility.IsConvertibleTo<T>(Object, Boolean)
    ConversionUtility.ConvertTo(Object, Type)
    ConversionUtility.ConvertTo<T>(Object)
    TypeUtility.ToShortString(Object, Int32)
    Serialization.CloneViaSerialization<T>(T, Boolean)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, Boolean)
    Serialization.Serialize(Object, Boolean)
    LinqUtility.Yield<T>(T)
    UnityObjectUtility.IsUnityNull(Object)
    UnityObjectUtility.ToSafeString(Object)
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)