Class vdDocument.WalkThroughKeysClass
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
Specifies Keys that are used for Walkthrough action.
public class vdDocument.WalkThroughKeysClass
- Inheritance
-
vdDocument.WalkThroughKeysClass
- Inherited Members
Constructors
Properties
- Backward
Key to move backward , default key is Keys.S;
- Down
Key to move down , default key is Keys.Space;
- Fly
Key to enable/disable fly mode , default key is Keys.F;
- Forward
Key to move forward , default key is Keys.W;
- MovementSpeedDecrease
Key to decrease movement speed , default key is Keys.Subtract.
- MovementSpeedIncrease
Key to increase movement speed , default key is Keys.Add.
- SidestepLeft
Key to sidestep left , default key is Keys.A;
- SidestepRight
Key to sidestep right , default key is Keys.D;
- Up
Key to move up , default key is Keys.C;
Methods
- ToString()
Returns the string "Walkthrough Keys" in order to be shown at the properties list.