The XInputSpriteController..::.InputAction enumeration that contains the pre-defined reactions to the user input.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
[FlagsAttribute] public enum InputAction |
Members
Member name | Description | |
---|---|---|
MoveZPlus |
Motion in the positive Z axis direction.
| |
MoveZMinus |
Motion in the negative Z axis direction.
| |
MoveZRel |
Relative motion in the Z axis.
| |
MoveZMask |
Mask of the motion in the Z axis.
| |
RotYPlus |
Rotation in the positive Y axis direction.
| |
RotYMinus |
Rotation in the negative Y axis direction.
| |
RotYRel |
Relative rotation in the Y axis.
| |
RotYMask |
Mask of the rotation in the Y axis.
| |
CamRotYPlus |
Camera rotation in the positive Y axis direction.
| |
CamRotYMinus |
Camera rotation in the negative Y axis direction.
| |
CamRotYRel |
Relative camera rotation in the Y axis.
| |
CamRotYMask |
Mask of the camera rotation in the Y axis.
| |
CamRotXPlus |
Camera rotation in the positive X axis direction.
| |
CamRotXMinus |
Camera rotation in the negative X axis direction.
| |
CamRotXRel |
Relative camera rotation in the X axis.
| |
CamRotXMask |
Mask of the camera rotation in the X axis.
|