Amazon.Device.InputMapping 1.0.0
Loading...
Searching...
No Matches
Amazon.Device.InputMapping.InputGroup Class Reference

A group of InputActions 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< InputActionInputActions [get]
 List of InputAction that correspond to the group.
 

Detailed Description

A group of InputActions that belong to a similar classification of actions.

For eg. Movement actions, Firing controls etc.

Member Function Documentation

◆ Create()

static InputGroup Amazon.Device.InputMapping.InputGroup.Create ( string  groupLabel,
IList< InputAction inputActions 
)
static

Creates a new InputGroup object.

Parameters
groupLabelA human readable label for the action group
inputActionsList of InputAction that correspond to the group

Property Documentation

◆ GroupLabel

string Amazon.Device.InputMapping.InputGroup.GroupLabel
get

A human readable label for the action group.

◆ InputActions

IList<InputAction> Amazon.Device.InputMapping.InputGroup.InputActions
get

List of InputAction that correspond to the group.