Class OpenXRHandMeshProvider
Represents an Articulated Hand device in OpenXR.
Inherited Members
Namespace: Evergine.OpenXR.InputTracking.HandMesh
Assembly: Evergine.OpenXR.dll
Syntax
public class OpenXRHandMeshProvider : DisposableObject
Constructors
OpenXRHandMeshProvider(OpenXRArticulatedHandDevice)
Initializes a new instance of the OpenXRHandMeshProvider class.
Declaration
public OpenXRHandMeshProvider(OpenXRArticulatedHandDevice handDevice)
Parameters
Type | Name | Description |
---|---|---|
OpenXRArticulatedHandDevice | handDevice | The associated hand device. |
Fields
HandDevice
Gets the OpenXR hand device.
Declaration
protected OpenXRArticulatedHandDevice HandDevice
Field Value
Type | Description |
---|---|
OpenXRArticulatedHandDevice |
Model
The Hand model.
Declaration
public Model Model
Field Value
Type | Description |
---|---|
Model |
Methods
Destroy()
Destroys all resources of this instance.
Declaration
protected override void Destroy()