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

    Class FlowState

    Inheritance
    Object
    GraphElement<StateGraph>
    State
    NesterState<FlowGraph, ScriptGraphAsset>
    FlowState
    Inherited Members
    NesterState<FlowGraph, ScriptGraphAsset>.nest
    NesterState<FlowGraph, ScriptGraphAsset>.IGraphNester.nest
    NesterState<FlowGraph, ScriptGraphAsset>.IGraphParent.childGraph
    NesterState<FlowGraph, ScriptGraphAsset>.IGraphParent.isSerializationRoot
    NesterState<FlowGraph, ScriptGraphAsset>.IGraphParent.serializedObject
    NesterState<FlowGraph, ScriptGraphAsset>.deserializationDependencies
    NesterState<FlowGraph, ScriptGraphAsset>.CopyFrom(NesterState<FlowGraph, ScriptGraphAsset>)
    NesterState<FlowGraph, ScriptGraphAsset>.GetAotStubs(HashSet<Object>)
    NesterState<FlowGraph, ScriptGraphAsset>.DefaultGraph()
    NesterState<FlowGraph, ScriptGraphAsset>.IGraphParent.DefaultGraph()
    NesterState<FlowGraph, ScriptGraphAsset>.IGraphNester.InstantiateNest()
    NesterState<FlowGraph, ScriptGraphAsset>.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
    [SerializationVersion("A", new Type[]{})]
    [TypeIcon(typeof(FlowGraph))]
    public sealed class FlowState : NesterState<FlowGraph, ScriptGraphAsset>, INesterState, IState, IGraphElementWithDebugData, IGraphElementWithData, IGraphNesterElement, IGraphParentElement, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable, IGraphNester, IGraphParent, IGraphEventListener

    Constructors

    FlowState()

    Declaration
    public FlowState()

    FlowState(ScriptGraphAsset)

    Declaration
    public FlowState(ScriptGraphAsset macro)
    Parameters
    Type Name Description
    ScriptGraphAsset macro

    Methods

    DefaultGraph()

    Declaration
    public override FlowGraph DefaultGraph()
    Returns
    Type Description
    FlowGraph
    Overrides
    Unity.VisualScripting.NesterState<Unity.VisualScripting.FlowGraph, Unity.VisualScripting.ScriptGraphAsset>.DefaultGraph()

    GraphWithEnterUpdateExit()

    Declaration
    public static FlowGraph GraphWithEnterUpdateExit()
    Returns
    Type Description
    FlowGraph

    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)

    WithEnterUpdateExit()

    Declaration
    public static FlowState WithEnterUpdateExit()
    Returns
    Type Description
    FlowState

    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)