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+20d1932ee9c49d9b6496f76a0835fd9b82311ad2
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