|
Midnight Blue Game and Engine
|
Moves an entity right More...


Public Member Functions | |
| MoveRight (Keys key, CommandType type) | |
| Initializes a new instance of the T:MB2D.IO.MoveRight class. More... | |
Public Member Functions inherited from MB2D.IO.Command | |
| bool | Execute (Entity e=null) |
| Executes the specific command on the entity parameter More... | |
Protected Member Functions | |
| override void | OnKeyPress (Entity e=null) |
| Move an entity right More... | |
Protected Member Functions inherited from MB2D.IO.Command | |
| Command (Keys key, CommandType commandType) | |
| Initializes a new instance of the T:MidnightBlue.Command class. More... | |
Additional Inherited Members | |
Properties inherited from MB2D.IO.Command | |
| CommandType | Type [get, set] |
| Gets or sets the trigger type of the command. More... | |
| Keys | Key [get] |
| Gets the keycode associated with the command. More... | |
| bool | Disabled [get, set] |
Moves an entity right
|
inline |
Initializes a new instance of the T:MB2D.IO.MoveRight class.
| key | Key to assign to. |
| type | Trigger type. |
|
inlineprotectedvirtual |
1.8.12