Public Member Functions | |
PlatformCommand (char cmd, int cmdIndex, string cmdName) | |
Public Attributes | |
readonly char | command = 'y' |
readonly int | commandIndex = 0 |
readonly string | commandName = "Set Steering" |
Definition at line 15 of file PlatformCommands.cs.
PlatformController.PlatformCommand.PlatformCommand | ( | char | cmd, | |
int | cmdIndex, | |||
string | cmdName | |||
) |
Definition at line 20 of file PlatformCommands.cs.
readonly char PlatformController.PlatformCommand.command = 'y' |
Definition at line 16 of file PlatformCommands.cs.
readonly int PlatformController.PlatformCommand.commandIndex = 0 |
Definition at line 17 of file PlatformCommands.cs.
readonly string PlatformController.PlatformCommand.commandName = "Set Steering" |
Definition at line 18 of file PlatformCommands.cs.