Table of Contents

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

XRHand is returned by Hand.

-Hand

See also on MDN

Constructors

XRHand()

public XRHand()

Properties

this[int]

public XRHandJoint this[int i] { get; set; }

Parameters

i int

Property Value

XRHandJoint

Size

[Value("size")]
public ulong Size { get; }

Property Value

ulong

Methods

Get(XRHandJoint)

[Value("get")]
public XRJointSpace Get(XRHandJoint key)

Parameters

key XRHandJoint

Returns

XRJointSpace