Amazon.Device.InputMapping 1.0.0
|
An action that represents a game/app action along with the input controls to invoke that action. More...
Static Public Member Functions | |
static InputAction | Create (string actionLabel, int uniqueId, InputControls inputControls) |
Creates a new InputAction object. | |
Properties | |
string | ActionLabel [get] |
A human readable label for the game/app action. | |
int | UniqueId [get] |
A unique id for the game action. | |
InputControls | InputControls [get] |
InputControls corresponding to the action | |
An action that represents a game/app action along with the input controls to invoke that action.
|
static |
Creates a new InputAction
object.
actionLabel | A human readable label for the game/app action |
uniqueId | A unique id for the game action |
inputControls | InputControls corresponding to the action |
|
get |
A human readable label for the game/app action.
|
get |
InputControls
corresponding to the action
|
get |
A unique id for the game action.