docs.unity3d.com
    Show / Hide Table of Contents

    Class NesterState<TGraph, TMacro>

    Inheritance
    Object
    GraphElement<StateGraph>
    State
    NesterState<TGraph, TMacro>
    FlowState
    SuperState
    Inherited Members
    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.OnEnterImplementation(Flow)
    State.UpdateImplementation(Flow)
    State.FixedUpdateImplementation(Flow)
    State.LateUpdateImplementation(Flow)
    State.OnExitImplementation(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>.Prewarm()
    GraphElement<StateGraph>.CopyFrom(GraphElement<StateGraph>)
    GraphElement<StateGraph>.ToString()
    Namespace: Unity.VisualScripting
    Syntax
    public abstract class NesterState<TGraph, TMacro> : State, INesterState, IState, IGraphElementWithDebugData, IGraphElementWithData, IGraphNesterElement, IGraphParentElement, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IGraphNester, IGraphParent where TGraph : class, IGraph, new()
        where TMacro : Macro<TGraph>
    Type Parameters
    Name Description
    TGraph
    TMacro

    Constructors

    NesterState()

    Declaration
    protected NesterState()

    NesterState(TMacro)

    Declaration
    protected NesterState(TMacro macro)
    Parameters
    Type Name Description
    TMacro macro

    Properties

    aotStubs

    Declaration
    [DoNotSerialize]
    public override IEnumerable<object> aotStubs { get; }
    Property Value
    Type Description
    IEnumerable<Object>
    Overrides
    Unity.VisualScripting.GraphElement<Unity.VisualScripting.StateGraph>.aotStubs
    Implements
    IAotStubbable.aotStubs

    deserializationDependencies

    Declaration
    [DoNotSerialize]
    public override IEnumerable<ISerializationDependency> deserializationDependencies { get; }
    Property Value
    Type Description
    IEnumerable<ISerializationDependency>
    Overrides
    Unity.VisualScripting.GraphElement<Unity.VisualScripting.StateGraph>.deserializationDependencies
    Implements
    IGraphElement.deserializationDependencies

    nest

    Declaration
    [Serialize]
    public GraphNest<TGraph, TMacro> nest { get; }
    Property Value
    Type Description
    GraphNest<TGraph, TMacro>

    Methods

    CopyFrom(NesterState<TGraph, TMacro>)

    Declaration
    protected void CopyFrom(NesterState<TGraph, TMacro> source)
    Parameters
    Type Name Description
    NesterState<TGraph, TMacro> source

    DefaultGraph()

    Declaration
    public abstract TGraph DefaultGraph()
    Returns
    Type Description
    TGraph

    Explicit Interface Implementations

    IGraphNester.InstantiateNest()

    Declaration
    void IGraphNester.InstantiateNest()
    Implements
    IGraphNester.InstantiateNest()

    IGraphNester.nest

    Declaration
    [DoNotSerialize]
    IGraphNest IGraphNester.nest { get; }
    Returns
    Type Description
    IGraphNest
    Implements
    IGraphNester.nest

    IGraphNester.UninstantiateNest()

    Declaration
    void IGraphNester.UninstantiateNest()
    Implements
    IGraphNester.UninstantiateNest()

    IGraphParent.childGraph

    Declaration
    [DoNotSerialize]
    IGraph IGraphParent.childGraph { get; }
    Returns
    Type Description
    IGraph
    Implements
    IGraphParent.childGraph

    IGraphParent.DefaultGraph()

    Declaration
    IGraph IGraphParent.DefaultGraph()
    Returns
    Type Description
    IGraph
    Implements
    IGraphParent.DefaultGraph()

    IGraphParent.isSerializationRoot

    Declaration
    [DoNotSerialize]
    bool IGraphParent.isSerializationRoot { get; }
    Returns
    Type Description
    Boolean
    Implements
    IGraphParent.isSerializationRoot

    IGraphParent.serializedObject

    Declaration
    [DoNotSerialize]
    Object IGraphParent.serializedObject { get; }
    Returns
    Type Description
    Object
    Implements
    IGraphParent.serializedObject

    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)
    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