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 public ControllerMap ToControllerMap(
Controller controller
)
Parameters
- controller
- Type: RewiredController
The Controller for which to build the Controller Map.
Return Value
Type:
ControllerMapReturns the Controller Map.
See Also