Click or drag to resize

ControllerGetTemplate(Type) Method

Gets a Controller Template by type.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IControllerTemplate GetTemplate(
	Type type
)

Parameters

type  Type
Controller Template type

Return Value

IControllerTemplate
Returns the Controller Template if it exists in the Controller, null if it does not.
See Also