Interface IStateTransition
Inherited Members
Namespace: Unity.VisualScripting
Syntax
public interface IStateTransition : IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IConnection<IState, IState>
Methods
Branch(Flow)
Declaration
void Branch(Flow flow)
Parameters
Type | Name | Description |
---|---|---|
Flow | flow |
OnEnter(Flow)
Declaration
void OnEnter(Flow flow)
Parameters
Type | Name | Description |
---|---|---|
Flow | flow |
OnExit(Flow)
Declaration
void OnExit(Flow flow)
Parameters
Type | Name | Description |
---|---|---|
Flow | flow |