Click or drag to resize

ControllerMapToControllerTemplateMapT Method

Converts the Controller Map to a Controller Template Map.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+20d1932ee9c49d9b6496f76a0835fd9b82311ad2
Syntax
C#
public ControllerTemplateMap ToControllerTemplateMap<T>()
where T : class

Type Parameters

T
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