Table of Contents

Class XRJointPose

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The XRJointPose interface is an XRPose with additional information about the size of the skeleton joint it represents.

[Value("XRJointPose")]
public class XRJointPose : XRPose
Inheritance
XRJointPose
Inherited Members

Remarks

Constructors

XRJointPose()

public XRJointPose()

Properties

Radius

The read-only radius property of the XRJointPose interface indicates the radius (distance from skin) for a joint.

[Value("radius")]
public Number Radius { get; }

Property Value

Number

A number indicating the radius in meters.

Remarks