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: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+e8257758c3446d922301bab0e4637a0e5ec1862f
Syntaxpublic T GetExtension<T>()
where T : class
Type Parameters
- T
- Type
Return Value
TExtension
See Also