![]() |
MovementKit
|
Variables | |
bool | RiverExplorer.Player.PlayerControl.EnableGamepad = true |
bool | RiverExplorer.Player.PlayerControl.EnableKeyboard = true |
bool | RiverExplorer.Player.PlayerControl.EnableKeyboardMovement = true |
bool | RiverExplorer.Player.PlayerControl.EnableLeftXRController = false |
bool | RiverExplorer.Player.PlayerControl.EnableMouse = false |
bool | RiverExplorer.Player.PlayerControl.EnableRightXRController = false |
bool | RiverExplorer.Player.PlayerControl.EnableXRController = false |
string | RiverExplorer.Player.PlayerControl.GamepadPathWindows = "/XInputControllerWindows" |
string | RiverExplorer.Player.PlayerControl.KeyboardPath = "/Keyboard" |
string | RiverExplorer.Player.PlayerControl.MousePath = "/Mouse" |
string | RiverExplorer.Player.PlayerControl.XRControllerPathAny = "/OculusController" |
string | RiverExplorer.Player.PlayerControl.XRControllerPathLeft = "/OculusControllerLeft" |
string | RiverExplorer.Player.PlayerControl.XRControllerPathRight = "/OculusControllerRight" |
|
private |
When true, enable the use of the gamepad (Xbox controller, ...) When true, enable the use of the gamepad (Xbox controller, ...)
|
private |
When true, enable the use of the keyboard. When true, enable the use of the keyboard.
|
private |
When true, enable the use of the keyboard for movement.
|
private |
When true, enable the usage of the LEFT XR controller (Left Oculus controller, ...) Only used when EnableXRController is also true.
|
private |
When true, enable the use of the mouse.
|
private |
When true, enable to usage of the RIGHT XR controller (right Oculus controller, ...) Only used when EnableXRController is also true.
|
private |
When true, enable the usage of the XR controllers (Oculus Controllers, ...) This must be true, to enable ether the LEFT or RIGHT XR Controller.
|
private |
This is the path used by the Unity input actions for a gamepad on windows.
|
private |
This is the path used by the Unity input actions for the keyboard.
|
private |
This is the path used by the Unity input actions for the mouse.
|
private |
This is the path used by Unity input actions for any XR controller.
|
private |
This is the path used by Unity input actions for LEFT XR controller.
|
private |
This is the path used by Unity input actions for any XR controller.