Class NesterStateTransition<TGraph, TMacro>
Implements
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.State.dll
Syntax
public abstract class NesterStateTransition<TGraph, TMacro> : StateTransition, INesterStateTransition, IStateTransition, IGraphElementWithDebugData, IConnection<IState, IState>, IGraphNesterElement, IGraphParentElement, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable, 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
deserializationDependencies
Declaration
[DoNotSerialize]
public override IEnumerable<ISerializationDependency> deserializationDependencies { get; }
Property Value
Type | Description |
---|---|
IEnumerable<ISerializationDependency> |
Overrides
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 |
GetAotStubs(HashSet<object>)
Declaration
public override IEnumerable<object> GetAotStubs(HashSet<object> visited)
Parameters
Type | Name | Description |
---|---|---|
HashSet<object> | visited |
Returns
Type | Description |
---|---|
IEnumerable<object> |