CameraKeys Enumeration
Microsoft Robotics Class Reference
Used to map keys to the camera
Namespace: Microsoft.Robotics.Simulation.Engine
Assembly: SimulationEngine (in SimulationEngine.dll) Version: 4.0.261.0 (4.0.261.0)
Syntax
public enum CameraKeys
Members
Member name | Value | Description | |
---|---|---|---|
StrafeLeft | 0 | Left strafe | |
StrafeRight | 1 | Right strafe | |
MoveForward | 2 | Move forward | |
MoveBackward | 3 | Move backward | |
MoveUp | 4 | Move up | |
MoveDown | 5 | Move down | |
Reset | 6 | Reset camera position | |
ControlDown | 7 | Control key down | |
Run | 8 | Run | |
MaxKeys | 9 | Max value | |
Unknown | 255 | Unknow key was pressed |