Click or drag to resize

ControllerDirectionalPadButtons Property

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.

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