Click or drag to resize

ControllerMapToControllerTemplateMap(Type) Method

Converts the Controller Map to a Controller Template Map.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ControllerTemplateMap ToControllerTemplateMap(
	Type templateInterfaceType
)

Parameters

templateInterfaceType  Type
The Controller Template interface type. The Controller that owns this Controller Map must implement this Controller Template type.

Return Value

ControllerTemplateMap
Returns the Controller Template Map. Returns null on failure.
See Also