ReInputControllerHelperGetControllerTemplatesTInterface Method |
Gets a list of all Controller Templates in connected Controllers that match the type.
Namespace:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public IList<TInterface> GetControllerTemplates<TInterface>()
where TInterface : IControllerTemplate
Type Parameters
- TInterface
- Controller Template interface type. Note: You must use the interface of the Controller Template and not the concrete class.
Return Value
Type:
IListTInterfaceSee Also