Click or drag to resize

ControllerMapGetButtonMap Method

Gets the Button ActionElementMap at a specific index..

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ActionElementMap GetButtonMap(
	int index
)

Parameters

index
Type: SystemInt32
Index

Return Value

Type: ActionElementMap
ActionElementMap
See Also