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+e8257758c3446d922301bab0e4637a0e5ec1862f
Syntax
C#
public IList<ControllerButton> Buttons { get; }

Property Value

IListControllerButton
See Also