|
Sequine - Scripting API
|
This is the complete list of members for Calcatz.CookieCutter.CommandRegistry, including all inherited members.
| ContainsCommand(Type _commandType) | Calcatz.CookieCutter.CommandRegistry | |
| CreateNode(Type _commandDataType, CommandData _commandData, Command _command, Vector2 _nodePosition, Node.Config _config) | Calcatz.CookieCutter.CommandRegistry | static |
| CreateNode< T >(CommandData _commandData, Command _command, Vector2 _nodePosition, Node.Config _config) | Calcatz.CookieCutter.CommandRegistry | static |
| GetCommands(Type _commandDataType, out HashSet< KeyValuePair< Type, Registry > > _mainCommands, out HashSet< KeyValuePair< Type, Registry > > _propertyCommands) | Calcatz.CookieCutter.CommandRegistry | static |
| GetCommands< T >(out HashSet< KeyValuePair< Type, Registry > > _mainCommands, out HashSet< KeyValuePair< Type, Registry > > _propertyCommands) | Calcatz.CookieCutter.CommandRegistry | static |
| GetInstance(Type _commandDataType) | Calcatz.CookieCutter.CommandRegistry | static |
| GetInstance< T >() | Calcatz.CookieCutter.CommandRegistry | static |
| GetRegistry(Type _commandDataType, Type _commandType) | Calcatz.CookieCutter.CommandRegistry | static |
| GetRegistry< T >(Type _commandType) | Calcatz.CookieCutter.CommandRegistry | static |
| RegisterCommand(Type _commandDataType, Type _commandType, bool _allowCreateNode, string _pathName) | Calcatz.CookieCutter.CommandRegistry | static |
| RegisterCommand< T >(Type _commandType, bool _allowCreateNode, string _pathName) | Calcatz.CookieCutter.CommandRegistry | static |
| RegisterCommand< TCommandData, TCommand >(bool _allowCreateNode, string _pathName) | Calcatz.CookieCutter.CommandRegistry | static |
| UnregisterCommand(Type _commandDataType, Type _commandType) | Calcatz.CookieCutter.CommandRegistry | static |
| UnregisterCommand< T >(Type _commandType) | Calcatz.CookieCutter.CommandRegistry | static |