Class SuperState
Inheritance
SuperState
Inherited Members
Namespace: Unity.VisualScripting
Syntax
[TypeIcon(typeof(StateGraph))]
public sealed class SuperState : NesterState<StateGraph, StateGraphAsset>, INesterState, IState, IGraphElementWithDebugData, IGraphElementWithData, IGraphNesterElement, IGraphParentElement, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IGraphNester, IGraphParent, IGraphEventListener
Constructors
SuperState()
Declaration
public SuperState()
SuperState(StateGraphAsset)
Declaration
public SuperState(StateGraphAsset macro)
Parameters
Type | Name | Description |
---|---|---|
StateGraphAsset | macro |
Methods
DefaultGraph()
Declaration
public override StateGraph DefaultGraph()
Returns
Type | Description |
---|---|
StateGraph |
Overrides
Unity.VisualScripting.NesterState<Unity.VisualScripting.StateGraph, Unity.VisualScripting.StateGraphAsset>.DefaultGraph()
IsListening(GraphPointer)
Declaration
public bool IsListening(GraphPointer pointer)
Parameters
Type | Name | Description |
---|---|---|
GraphPointer | pointer |
Returns
Type | Description |
---|---|
Boolean |
Implements
OnEnterImplementation(Flow)
Declaration
protected override void OnEnterImplementation(Flow flow)
Parameters
Type | Name | Description |
---|---|---|
Flow | flow |
Overrides
OnExitImplementation(Flow)
Declaration
protected override void OnExitImplementation(Flow flow)
Parameters
Type | Name | Description |
---|---|---|
Flow | flow |
Overrides
StartListening(GraphStack)
Declaration
public void StartListening(GraphStack stack)
Parameters
Type | Name | Description |
---|---|---|
GraphStack | stack |
Implements
StopListening(GraphStack)
Declaration
public void StopListening(GraphStack stack)
Parameters
Type | Name | Description |
---|---|---|
GraphStack | stack |
Implements
WithStart()
Declaration
public static SuperState WithStart()
Returns
Type | Description |
---|---|
SuperState |