docs.unity3d.com
    Show / Hide Table of Contents

    Class NesterStateTransition<TGraph, TMacro>

    Inheritance
    Object
    GraphElement<StateGraph>
    StateTransition
    NesterStateTransition<TGraph, TMacro>
    FlowStateTransition
    Inherited Members
    StateTransition.CreateDebugData()
    StateTransition.dependencyOrder
    StateTransition.source
    StateTransition.destination
    StateTransition.Instantiate(GraphReference)
    StateTransition.Uninstantiate(GraphReference)
    StateTransition.Branch(Flow)
    StateTransition.OnEnter(Flow)
    StateTransition.OnExit(Flow)
    GraphElement<StateGraph>.guid
    GraphElement<StateGraph>.BeforeAdd()
    GraphElement<StateGraph>.AfterAdd()
    GraphElement<StateGraph>.BeforeRemove()
    GraphElement<StateGraph>.AfterRemove()
    GraphElement<StateGraph>.Dispose()
    GraphElement<StateGraph>.InstantiateNest()
    GraphElement<StateGraph>.UninstantiateNest()
    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 NesterStateTransition<TGraph, TMacro> : StateTransition, INesterStateTransition, IStateTransition, IGraphElementWithDebugData, IConnection<IState, IState>, 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

    NesterStateTransition()

    Declaration
    protected NesterStateTransition()

    NesterStateTransition(IState, IState)

    Declaration
    protected NesterStateTransition(IState source, IState destination)
    Parameters
    Type Name Description
    IState source
    IState destination

    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(NesterStateTransition<TGraph, TMacro>)

    Declaration
    protected void CopyFrom(NesterStateTransition<TGraph, TMacro> source)
    Parameters
    Type Name Description
    NesterStateTransition<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