Click or drag to resize

Controllerextension Property

Gets an object used to access controller and platform-specific controller functions. If the controller contains more than one extension, this will only return the first extension. Use Extensions to access all the Controller Extensions.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntax
C#
public ControllerExtension extension { get; }

Property Value

ControllerExtension
See Also