Click or drag to resize

PlayerControllerHelperGetControllerTemplatesTInterface Method

Gets a list of all Controller Templates in assigned Controllers that match the type.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
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