Struct XrSystemHandTrackingPropertiesEXT
Describes hand tracking system properties. Provided by XR_EXT_hand_tracking.
Namespace: UnityEngine.XR.OpenXR.NativeTypes
Assembly: Unity.XR.OpenXR.dll
Syntax
public readonly struct XrSystemHandTrackingPropertiesEXT
Remarks
Warning
Don't initialize this struct with the default parameterless constructor. Use either defaultValue or a constructor with parameters to ensure that type is correctly initialized to SystemHandTrackingPropertiesEXT.
Constructors
XrSystemHandTrackingPropertiesEXT(bool)
Construct an instance with a null next pointer.
Declaration
public XrSystemHandTrackingPropertiesEXT(bool supportsHandTracking)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | supportsHandTracking |
|
XrSystemHandTrackingPropertiesEXT(void*, bool)
Construct an instance.
Declaration
public XrSystemHandTrackingPropertiesEXT(void* next, bool supportsHandTracking)
Parameters
| Type | Name | Description |
|---|---|---|
| void* | next | The next pointer. |
| bool | supportsHandTracking |
|
Properties
defaultValue
Get a default instance with an initialized type property.
Declaration
public static XrSystemHandTrackingPropertiesEXT defaultValue { get; }
Property Value
| Type | Description |
|---|---|
| XrSystemHandTrackingPropertiesEXT |
next
null or a pointer to the next structure in a structure chain.
Declaration
public void* next { get; }
Property Value
| Type | Description |
|---|---|
| void* |
supportsHandTracking
Indicates whether the system supports hand tracking.
Declaration
public UInt32 supportsHandTracking { get; }
Property Value
| Type | Description |
|---|---|
| uint |
type
The XrStructureType of this struct: SystemHandTrackingPropertiesEXT.
Declaration
public XrStructureType type { get; }
Property Value
| Type | Description |
|---|---|
| XrStructureType |