Click or drag to resize

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+e8257758c3446d922301bab0e4637a0e5ec1862f
Syntax
C#
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

IListTInterface
See Also