Click or drag to resize

ControllerMapToControllerTemplateMap(Guid) 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(
	Guid templateTypeGuid
)

Parameters

templateTypeGuid  Guid
Controller Template type GUID. 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