Class XRJointSpace
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The XRJointSpace interface is an XRSpace and represents the position and orientation of an XRHand joint.
[Value("XRJointSpace")]
public class XRJointSpace : XRSpace
- Inheritance
-
XRJointSpace
- Inherited Members
Remarks
Constructors
XRJointSpace()
public XRJointSpace()
Properties
JointName
The read-only jointName property of the XRJointSpace interface contains the name of the joint it tracks.
[Value("jointName")]
public XRHandJoint JointName { get; }
Property Value
- XRHandJoint
A string indicating the name of the joint. See the list of hand joints on the XRHand page.