ControllerDirectionalPad Class |
Namespace: Rewired
public sealed class DirectionalPad : ControllerCompoundElement
The ControllerDirectionalPad type exposes the following members.
Name | Description | |
---|---|---|
buttonDown |
The button for the down direction. This value may be null if no button is assigned.
| |
buttonLeft |
The button for the left direction. This value may be null if no button is assigned.
| |
buttonRight |
The button for the right direction. This value may be null if no button is assigned.
| |
Buttons |
Gets the list of member buttons.
There is one entry for each possible direction button.
Entries may be null if no button is assigned to a direction.
The order of the buttons starts at up and rotates clockwise.
| |
buttonUp |
The button for the up direction. This value may be null if no button is assigned.
| |
elementCapacity |
The maximum number of member Buttons.
(Overrides ControllerCompoundElementelementCapacity.) | |
elementCount |
The number of member elements in this compound element.
(Inherited from ControllerCompoundElement.) | |
elementIdentifier |
The controller element identifier.
(Inherited from ControllerCompoundElement.) | |
hasElements |
Does this compound element have any member elements?
(Inherited from ControllerCompoundElement.) | |
id |
The element identifier id.
(Inherited from ControllerCompoundElement.) | |
name |
The name of this element.
(Inherited from ControllerCompoundElement.) | |
type |
The type of this element.
(Inherited from ControllerCompoundElement.) |