Kanda Players 0.7.0
|
Public Member Functions | |
void | Enable () |
Enable the input collector, prompting it to set up and enable appropriate input actions. | |
float2 | GetMovement () |
Gets the player movement vector. | |
float2 | GetPanning () |
Gets the player panning vector. | |
float | GetSprint () |
Gets the player sprint multiplier. | |
bool | GetTeleportButtonPress () |
Gets the teleport button press.
| |
bool | GetMenuButtonWasPressed () |
Gets the menu button was pressed state in one frame.
| |
bool | GetGrabButtonWasPressed () |
Gets the Q button pressed.
| |
bool | GetActivateButtonPress () |
Gets the activate button pressed state.
| |
void | Dispose () |
Properties | |
bool | IsEnabled [get] |
True if the input collector has been enabled. | |
![]() |
|
inline |
Enable the input collector, prompting it to set up and enable appropriate input actions.
Implements IInputCollector.
|
inline |
|
inline |
|
inline |
|
inline |
Gets the player movement vector.
Implements IKeyboardInputCollector.
|
inline |
Gets the player panning vector.
Implements IKeyboardInputCollector.
|
inline |
Gets the player sprint multiplier.
Implements IKeyboardInputCollector.
|
inline |
|
get |
True if the input collector has been enabled.
Implements IInputCollector.