Element |
public sealed class ElementAssignmentInfo
The ElementAssignmentInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | action | The Action that will be bound to the controller element. |
![]() | axisContribution | Does this Action contribute positive or negative values to the final Action's input value? Used for split axis and button/key assignments. |
![]() | axisRange | The range of the axis of this assignment. Use Positive or Negative to assign a split axis or Full for a single unified axis assignment. |
![]() | controller | The controller that the assignment is for. |
![]() | controllerId | The controller id of the controller the assignment is for. |
![]() | controllerMap | The ControllerMap that will recieve the assignment. |
![]() | controllerType | The controller type of the controller the assignment is for. |
![]() | elementDisplayName | The display name of the element in this assignment. |
![]() | elementIdentifier | The element identifier of the assignment. |
![]() | elementMap | The ActionElementMap that this assignment will be replacing. Null if not a replacement assignment. |
![]() | elementType | The controller element type. |
![]() | invert | Is the axis inverted? Used only for axis assignments. |
![]() | keyCode | The key code of the keyboard key assignment. (Only applies to keyboard maps.) |
![]() | modifierKeyFlags | The modifier key flags of the keyboard key assignment. (Only applies to keyboard maps.) |
![]() | player | The Player this assignment is for. |