ControllerGetTemplate(Type) Method |
Gets a Controller Template by type.
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntaxpublic IControllerTemplate GetTemplate(
Type type
)
Parameters
- type Type
- Controller Template type
Return Value
IControllerTemplateReturns the Controller Template if it exists in the Controller, null if it does not.
See Also