|
Static Public Member Functions inherited from Calcatz.CookieCutter.CommandData |
| static T | GetVariable< T > (ICommandData _sequineFlow, int _variableId) |
| | Gets a local variable of the specified Sequine Flow. More...
|
| |
| static void | SetVariable< T > (ICommandData _sequineFlow, int _variableId, T _value) |
| | Sets a local variable of the specified Sequine Flow. More...
|
| |
| static T | GetVariable< T > (ICommandData _sequineFlow, string _variableName) |
| | Gets a local variable of the specified Sequine Flow. More...
|
| |
| static void | SetVariable< T > (ICommandData _sequineFlow, string _variableName, T _value) |
| | Sets a local variable of the specified Sequine Flow. More...
|
| |
Public Attributes inherited from Calcatz.CookieCutter.CommandData |
| readonly Dictionary< int, Command > | commands = new Dictionary<int, Command>() |
| |
Protected Member Functions inherited from Calcatz.CookieCutter.CommandData |
| void | TraverseFlowRecursive (Command _command, Action< Command > _commandHandler, List< int > _traversedIds) |
| |
Properties inherited from Calcatz.CookieCutter.CommandData |
| virtual Dictionary< int, Variable > | variables [getset] |
| |
| UnityEngine.Object | targetObject [get] |
| |
| Dictionary< int, CommandData.Variable > | variables [getset] |
| |
| UnityEngine.Object | targetObject [get] |
| |
Command Data type for Sequine's scope.