This component handles per-player input. A player may be player 2, but they could be the one using the keyboard, or a different game pad, this way it allows the player index to map to a specific input device.
More...
|
|
int | GamePadIndex = -1 |
| | Which player input should this correspond to?
|
| |
|
|
GamePadState | GamePadState [get] |
| |
|
bool | IsEnabled [get, set] |
| | Is this enabled.
|
| |
|
string | Name [get, set] |
| |
|
vxEntity | Entity [get] |
| | The entitiy which owns this component.
|
| |
|
bool | IsDisposed [get] |
| |
|
|
void | Dispose () |
| | Called when disposed.
|
| |
| virtual void | Initialise () |
| | Called on Initialise.
|
| |
| virtual void | OnDisposed () |
| |
This component handles per-player input. A player may be player 2, but they could be the one using the keyboard, or a different game pad, this way it allows the player index to map to a specific input device.
The documentation for this class was generated from the following file:
- /github/workspace/src/VerticesEngine/src.shared/Input/Components/vxPlayerInputComponent.cs