UxrDummyControllerInput.GetControllerCapabilities Method
Gets the capabilities of the XR controller.
Namespace: UltimateXR.Devices.Integrations
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public override UxrControllerInputCapabilities GetControllerCapabilities(
UxrHandSide handSide
)
Parameters
- handSide
- Type: UltimateXR.Core.UxrHandSide
Which controller to check. In Single devices where IsHandednessSupported is false, such as in gamepads, both hands will address the single device.
Return Value
Type: UxrControllerInputCapabilities
Device capabilities flags
Implements
IUxrControllerInput.GetControllerCapabilities(UxrHandSide)
See Also
Reference
UxrDummyControllerInput Class
UltimateXR.Devices.Integrations Namespace