Amazon.Device.InputMapping 1.0.0
|
A group of InputAction
s that belong to a similar classification of actions.
More...
Static Public Member Functions | |
static InputGroup | Create (string groupLabel, IList< InputAction > inputActions) |
Creates a new InputGroup object. | |
Properties | |
string | GroupLabel [get] |
A human readable label for the action group. | |
IList< InputAction > | InputActions [get] |
List of InputAction that correspond to the group. | |
A group of InputAction
s that belong to a similar classification of actions.
For eg. Movement actions, Firing controls etc.
|
static |
Creates a new InputGroup
object.
groupLabel | A human readable label for the action group |
inputActions | List of InputAction that correspond to the group |
|
get |
A human readable label for the action group.
|
get |
List of InputAction
that correspond to the group.