Class METASimultaneousHandsAndControllers
This class implements the XR_META_simultaneous_hands_and_controllers extension.
Namespace: Evergine.OpenXR.InputTracking.Extensions
Assembly: Evergine.OpenXR.dll
Syntax
public class METASimultaneousHandsAndControllers
Constructors
METASimultaneousHandsAndControllers(OpenXRPlatform)
Initializes a new instance of the METASimultaneousHandsAndControllers class.
Declaration
public METASimultaneousHandsAndControllers(OpenXRPlatform xrPlatform)
Parameters
Type | Name | Description |
---|---|---|
OpenXRPlatform | xrPlatform | The OpenXR platform. |
Fields
XR_META_SIMULTANEOUS_HANDS_AND_CONTROLLERS
Declaration
public const string XR_META_SIMULTANEOUS_HANDS_AND_CONTROLLERS = "XR_META_simultaneous_hands_and_controllers"
Field Value
Type | Description |
---|---|
string |
Properties
IsSimultaneousActivated
Gets or sets a value indicating whether simultaneous hand and controller tracking is activated.
Declaration
public bool IsSimultaneousActivated { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
CheckSupport(OpenXRPlatform)
Checks if the device supports the XR_META_simultaneous_hands_and_controllers extension.
Declaration
public static bool CheckSupport(OpenXRPlatform xrPlatform)
Parameters
Type | Name | Description |
---|---|---|
OpenXRPlatform | xrPlatform | The OpenXR Platform. |
Returns
Type | Description |
---|---|
bool | Whether it is supported. |
Initialize()
Initializes this extension.
Declaration
public void Initialize()