docs.unity3d.com
    Show / Hide Table of Contents

    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>.aotStubs
    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
    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>.aotStubs
    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, 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)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023