|
Sequine - Scripting API
|
Public Member Functions | |
| override 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... | |
Additional Inherited Members | |
Public Attributes inherited from Calcatz.CookieCutter.ScriptableObjectWithGUID | |
| SerializableGUID | guid |
Protected Member Functions inherited from Calcatz.CookieCutter.ScriptableObjectWithGUID | |
| virtual void | OnValidate () |
| T Calcatz.CookieCutter.ScriptableObjectCommandData.GetVariable< T > | ( | int | _variableId | ) |
| T Calcatz.CookieCutter.ScriptableObjectCommandData.GetVariable< T > | ( | string | _variableName | ) |
| void Calcatz.CookieCutter.ScriptableObjectCommandData.SetVariable< T > | ( | int | _variableId, |
| T | _value | ||
| ) |
| void Calcatz.CookieCutter.ScriptableObjectCommandData.SetVariable< T > | ( | string | _variableName, |
| T | _value | ||
| ) |
| override void Calcatz.CookieCutter.ScriptableObjectCommandData.ValidateObject | ( | ) |
Implements Calcatz.CookieCutter.ICommandData.
|
getset |
|
get |
|
get |