Struct XrHandJointsLocateInfoEXT
Describes the information to locate hand joints. Provided by XR_EXT_hand_tracking.
Namespace: UnityEngine.XR.OpenXR.NativeTypes
Assembly: Unity.XR.OpenXR.dll
Syntax
public readonly struct XrHandJointsLocateInfoEXT
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 HandJointsLocateInfoEXT.
Constructors
XrHandJointsLocateInfoEXT(UInt64, Int64)
Construct an instance with a null next pointer.
Declaration
public XrHandJointsLocateInfoEXT(UInt64 baseSpace, Int64 time)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | baseSpace | The base space in which to locate the hand joints. |
| Int64 | time | The time at which to locate the hand joints. |
XrHandJointsLocateInfoEXT(void*, UInt64, Int64)
Construct an instance.
Declaration
public XrHandJointsLocateInfoEXT(void* next, UInt64 baseSpace, Int64 time)
Parameters
| Type | Name | Description |
|---|---|---|
| void* | next | The next pointer. |
| ulong | baseSpace | The base space in which to locate the hand joints. |
| Int64 | time | The time at which to locate the hand joints. |
Properties
baseSpace
The base space in which to locate the hand joints.
Declaration
public UInt64 baseSpace { get; }
Property Value
| Type | Description |
|---|---|
| ulong |
defaultValue
Get a default instance with an initialized type property.
Declaration
public static XrHandJointsLocateInfoEXT defaultValue { get; }
Property Value
| Type | Description |
|---|---|
| XrHandJointsLocateInfoEXT |
next
null or a pointer to the next structure in a structure chain.
Declaration
public void* next { get; }
Property Value
| Type | Description |
|---|---|
| void* |
time
The time at which to locate the hand joints.
Declaration
public Int64 time { get; }
Property Value
| Type | Description |
|---|---|
| Int64 |
type
The XrStructureType of this struct: HandJointsLocateInfoEXT.
Declaration
public XrStructureType type { get; }
Property Value
| Type | Description |
|---|---|
| XrStructureType |