Click or drag to resize

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

Type Parameters

T
Type

Return Value

Type: T
Extension
See Also