Click or drag to resize

ControllerGetExtensionT Method

Gets an object used to access controller and platform-specific controller functions. If the controller contains more than one extension, this will return the first extension of the specified type. Use Extensions to access all the Controller Extensions.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntax
C#
public T GetExtension<T>()
where T : class

Type Parameters

T
Type

Return Value

T
Extension
See Also