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+e8257758c3446d922301bab0e4637a0e5ec1862f
Syntax
C#
public T GetExtension<T>()
where T : class

Type Parameters

T
Type

Return Value

T
Extension
See Also