Click or drag to resize

ControllerMapWithAxesGetAxisMap Method

Gets the Axis 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 GetAxisMap(
	int index
)

Parameters

index
Type: SystemInt32
Index

Return Value

Type: ActionElementMap
ActionElementMap
See Also