![]() |
Highroad Engine v1.3
|
An interface listing available input actions More...
Public Member Functions | |
void | MainActionPressed () |
Button Main Action is being pressed More... | |
void | MainActionDown () |
Button Main Action is pressed down More... | |
void | MainActionReleased () |
Button Main Action is released More... | |
void | AltActionPressed () |
Button Alt Action is being pressed More... | |
void | AltActionDown () |
Button Alt Action is pressed down More... | |
void | AltActionReleased () |
Button Alt Action is released More... | |
void | RespawnActionPressed () |
Button Respawn Action is being pressed More... | |
void | RespawnActionDown () |
Button Respawn Action is pressed down More... | |
void | RespawnActionReleased () |
Button Respawn Action is released More... | |
void | LeftPressed () |
Button Left is being pressed More... | |
void | LeftReleased () |
Button Left is released More... | |
void | RightPressed () |
Button Right is being pressed More... | |
void | RightReleased () |
Button Right is released More... | |
void | UpPressed () |
Button Up is being pressed More... | |
void | UpReleased () |
Button Up is released More... | |
void | DownPressed () |
Button Down is being pressed More... | |
void | DownReleased () |
Button Down is released More... | |
void | MobileJoystickPosition (Vector2 value) |
Update of the mobile joystick position More... | |
void | HorizontalPosition (float value) |
Update of the horizontal value (from -1 to 1) More... | |
void | VerticalPosition (float value) |
Update of the vertical value (from -1 to 1) More... | |
An interface listing available input actions
void MoreMountains.HighroadEngine.IActorInput.AltActionDown | ( | ) |
Button Alt Action is pressed down
Implemented in MoreMountains.HighroadEngine.BaseController, and MoreMountains.HighroadEngine.LocalLobbyPlayerUI.
void MoreMountains.HighroadEngine.IActorInput.AltActionPressed | ( | ) |
Button Alt Action is being pressed
Implemented in MoreMountains.HighroadEngine.BaseController, and MoreMountains.HighroadEngine.LocalLobbyPlayerUI.
void MoreMountains.HighroadEngine.IActorInput.AltActionReleased | ( | ) |
Button Alt Action is released
Implemented in MoreMountains.HighroadEngine.BaseController, and MoreMountains.HighroadEngine.LocalLobbyPlayerUI.
void MoreMountains.HighroadEngine.IActorInput.DownPressed | ( | ) |
Button Down is being pressed
Implemented in MoreMountains.HighroadEngine.BaseController, and MoreMountains.HighroadEngine.LocalLobbyPlayerUI.
void MoreMountains.HighroadEngine.IActorInput.DownReleased | ( | ) |
Button Down is released
Implemented in MoreMountains.HighroadEngine.BaseController, and MoreMountains.HighroadEngine.LocalLobbyPlayerUI.
void MoreMountains.HighroadEngine.IActorInput.HorizontalPosition | ( | float | value | ) |
Update of the horizontal value (from -1 to 1)
value | Value. |
Implemented in MoreMountains.HighroadEngine.BaseController, and MoreMountains.HighroadEngine.LocalLobbyPlayerUI.
void MoreMountains.HighroadEngine.IActorInput.LeftPressed | ( | ) |
Button Left is being pressed
Implemented in MoreMountains.HighroadEngine.BaseController, and MoreMountains.HighroadEngine.LocalLobbyPlayerUI.
void MoreMountains.HighroadEngine.IActorInput.LeftReleased | ( | ) |
Button Left is released
Implemented in MoreMountains.HighroadEngine.BaseController, and MoreMountains.HighroadEngine.LocalLobbyPlayerUI.
void MoreMountains.HighroadEngine.IActorInput.MainActionDown | ( | ) |
Button Main Action is pressed down
Implemented in MoreMountains.HighroadEngine.BaseController, and MoreMountains.HighroadEngine.LocalLobbyPlayerUI.
void MoreMountains.HighroadEngine.IActorInput.MainActionPressed | ( | ) |
Button Main Action is being pressed
Implemented in MoreMountains.HighroadEngine.BaseController, and MoreMountains.HighroadEngine.LocalLobbyPlayerUI.
void MoreMountains.HighroadEngine.IActorInput.MainActionReleased | ( | ) |
Button Main Action is released
Implemented in MoreMountains.HighroadEngine.BaseController, and MoreMountains.HighroadEngine.LocalLobbyPlayerUI.
void MoreMountains.HighroadEngine.IActorInput.MobileJoystickPosition | ( | Vector2 | value | ) |
Update of the mobile joystick position
value | Value. |
Implemented in MoreMountains.HighroadEngine.BaseController, and MoreMountains.HighroadEngine.LocalLobbyPlayerUI.
void MoreMountains.HighroadEngine.IActorInput.RespawnActionDown | ( | ) |
Button Respawn Action is pressed down
Implemented in MoreMountains.HighroadEngine.BaseController, and MoreMountains.HighroadEngine.LocalLobbyPlayerUI.
void MoreMountains.HighroadEngine.IActorInput.RespawnActionPressed | ( | ) |
Button Respawn Action is being pressed
Implemented in MoreMountains.HighroadEngine.BaseController, and MoreMountains.HighroadEngine.LocalLobbyPlayerUI.
void MoreMountains.HighroadEngine.IActorInput.RespawnActionReleased | ( | ) |
Button Respawn Action is released
Implemented in MoreMountains.HighroadEngine.BaseController, and MoreMountains.HighroadEngine.LocalLobbyPlayerUI.
void MoreMountains.HighroadEngine.IActorInput.RightPressed | ( | ) |
Button Right is being pressed
Implemented in MoreMountains.HighroadEngine.BaseController, and MoreMountains.HighroadEngine.LocalLobbyPlayerUI.
void MoreMountains.HighroadEngine.IActorInput.RightReleased | ( | ) |
Button Right is released
Implemented in MoreMountains.HighroadEngine.BaseController, and MoreMountains.HighroadEngine.LocalLobbyPlayerUI.
void MoreMountains.HighroadEngine.IActorInput.UpPressed | ( | ) |
Button Up is being pressed
Implemented in MoreMountains.HighroadEngine.BaseController, and MoreMountains.HighroadEngine.LocalLobbyPlayerUI.
void MoreMountains.HighroadEngine.IActorInput.UpReleased | ( | ) |
Button Up is released
Implemented in MoreMountains.HighroadEngine.BaseController, and MoreMountains.HighroadEngine.LocalLobbyPlayerUI.
void MoreMountains.HighroadEngine.IActorInput.VerticalPosition | ( | float | value | ) |
Update of the vertical value (from -1 to 1)
value | Value. |
Implemented in MoreMountains.HighroadEngine.BaseController, and MoreMountains.HighroadEngine.LocalLobbyPlayerUI.