|
Sequine - Scripting API
|
The executor of a Sequine Flow Asset. More...
Public Member Functions | |
| void | Execute (SequineFlowAsset _asset) |
| void | Execute (SequineFlowAsset _asset, CommandExecutionFlow.FlowFinishedCallback _onFinished) |
Protected Member Functions | |
| virtual void | Start () |
Protected Attributes | |
| bool | m_executeOnStart = true |
| SequineFlowAsset | m_flowToExecute |
| bool | m_dontDestroyOnLoad = false |
Properties | |
| bool | executeOnStart [getset] |
| SequineFlowAsset | flowToExecute [getset] |
| Flow to execute if Execute on Start is enabled. More... | |
| bool | dontDestroyOnLoad [getset] |
Properties inherited from Calcatz.CookieCutter.MonoBehaviourCommandExecutor | |
| CommandExecutor | executor [get] |
Properties inherited from Calcatz.CookieCutter.ICommandExecutor | |
| CommandExecutor | executor [get] |
The executor of a Sequine Flow Asset.
| void Calcatz.Sequine.SequineFlowExecutor.Execute | ( | SequineFlowAsset | _asset | ) |
| void Calcatz.Sequine.SequineFlowExecutor.Execute | ( | SequineFlowAsset | _asset, |
| CommandExecutionFlow.FlowFinishedCallback | _onFinished | ||
| ) |
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
|
getset |
|
getset |
|
getset |
Flow to execute if Execute on Start is enabled.