|
Sequine - Scripting API
|
Public Member Functions | |
| virtual void | ValidateObject () |
| override Playable | CreatePlayable (PlayableGraph graph, GameObject owner) |
| 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... | |
| void | ForceExecute () |
| 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 | |
| Dictionary< string, bool > | runtimeSwitches [getset] |
| virtual CommandData | commandData [getset] |
| ClipCaps | clipCaps [get] |
| 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... | |
| override Playable Calcatz.CookieCutter.TimelineCommandDataClip.CreatePlayable | ( | PlayableGraph | graph, |
| GameObject | owner | ||
| ) |
| void Calcatz.CookieCutter.TimelineCommandDataClip.ForceExecute | ( | ) |
| T Calcatz.CookieCutter.TimelineCommandDataClip.GetVariable< T > | ( | int | _variableId | ) |
| T Calcatz.CookieCutter.TimelineCommandDataClip.GetVariable< T > | ( | string | _variableName | ) |
| void Calcatz.CookieCutter.TimelineCommandDataClip.SetVariable< T > | ( | int | _variableId, |
| T | _value | ||
| ) |
| void Calcatz.CookieCutter.TimelineCommandDataClip.SetVariable< T > | ( | string | _variableName, |
| T | _value | ||
| ) |
|
virtual |
Implements Calcatz.CookieCutter.ICommandData.
Reimplemented in Calcatz.Sequine.SequineFlowClip.
|
get |
|
getset |
|
get |
|
getset |
|
get |