ControllerGetExtensionT Method |
Gets an object used to access controller and platform-specific controller functions.
Namespace:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public T GetExtension<T>()
where T : class
Type Parameters
- T
- Type
Return Value
Type:
TExtension
See Also