Project Arrhythmia
A video game developed by Vitamin Games.
Loading...
Searching...
No Matches
DebugCommand< T1 > Class Template Reference
+ Inheritance diagram for DebugCommand< T1 >:

Public Member Functions

 DebugCommand (string _id, string _description, System.Action _command)
 
void Invoke ()
 
 DebugCommand (string _id, string _description, string _format, System.Action< T1 > _command)
 
void Invoke (T1 _value)
 
- Public Member Functions inherited from DebugCommandBase
 DebugCommandBase (string _id, string _description, string _format)
 

Private Attributes

System.Action command
 
System.Action< T1 > command
 

Additional Inherited Members

- Properties inherited from DebugCommandBase
string commandId [get]
 
string commandDescription [get]
 
string commandFormat [get]
 

The documentation for this class was generated from the following file: