|
Sequine - Scripting API
|
Public Member Functions | |
| virtual void | ValidateObject () |
| T | GetVariable< T > (int _variableId) |
| Gets a local variable of this Sequine Flow. More... | |
| void | SetVariable< T > (int _variableId, T _value) |
| Sets a local variable of this Sequine Flow. More... | |
| T | GetVariable< T > (string _variableName) |
| Gets a local variable of this Sequine Flow. More... | |
| void | SetVariable< T > (string _variableName, T _value) |
| Sets a local variable of this Sequine Flow. More... | |
Properties | |
| virtual CommandData | commandData [getset] |
| string | Name [get] |
| UnityEngine.Object | targetObject [get] |
Properties inherited from Calcatz.CookieCutter.ICommandData | |
| string | Name [get] |
| CommandData | commandData [getset] |
| UnityEngine.Object | targetObject [get] |
| The actual Unity Object that contains this command data. More... | |
| T Calcatz.CookieCutter.MonoBehaviourCommandData.GetVariable< T > | ( | int | _variableId | ) |
| T Calcatz.CookieCutter.MonoBehaviourCommandData.GetVariable< T > | ( | string | _variableName | ) |
| void Calcatz.CookieCutter.MonoBehaviourCommandData.SetVariable< T > | ( | int | _variableId, |
| T | _value | ||
| ) |
| void Calcatz.CookieCutter.MonoBehaviourCommandData.SetVariable< T > | ( | string | _variableName, |
| T | _value | ||
| ) |
|
virtual |
Implements Calcatz.CookieCutter.ICommandData.
Reimplemented in Calcatz.Sequine.SequineFlowComponent.
|
getset |
|
get |
|
get |