Click or drag to resize

ControllerHatButtons Property

Gets the list of member buttons. There is one entry for each possible direction button in this hat. Check directionCount to determine whether this is a 4 or 8-way hat. Entries may be null if no button is assigned to a direction. The order of the buttons starts at up and rotates clockwise.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IList<ControllerButton> Buttons { get; }

Property Value

Type: IListControllerButton
See Also