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+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntaxpublic T GetExtension<T>()
where T : class
Type Parameters
- T
- Type
Return Value
TExtension
See Also