Click or drag to resize

ControllerTemplateMapToControllerMap Method

Converts the Controller Template Map to a Controller Map.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ControllerMap ToControllerMap(
	Controller controller
)

Parameters

controller
Type: RewiredController
The Controller for which to build the Controller Map.

Return Value

Type: ControllerMap
Returns the Controller Map.
See Also