Class XRHand
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The XRHand interface is pair iterator (an ordered map) with the key being the hand joints and the value being an XRJointSpace.
[Value("XRHand")]
public class XRHand
- Inheritance
-
XRHand
- Inherited Members
Remarks
Constructors
XRHand()
public XRHand()
Properties
this[int]
public XRHandJoint this[int i] { get; set; }
Parameters
iint
Property Value
Size
[Value("size")]
public ulong Size { get; }
Property Value
Methods
Get(XRHandJoint)
[Value("get")]
public XRJointSpace Get(XRHandJoint key)
Parameters
keyXRHandJoint