Class ARHumanBody
Trackable human body containing the base pose for the body and the body skeleton.
Inheritance
Implements
Inherited Members
Namespace: UnityEngine .XR.ARFoundation
Assembly: solution.dll
Syntax
[DisallowMultipleComponent]
[DefaultExecutionOrder(-2147483646)]
[HelpURL("https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@4.2/api/UnityEngine.XR.ARFoundation.ARHumanBody.html")]
public class ARHumanBody : ARTrackable<XRHumanBody, ARHumanBody>, IDisposable
Properties
Name | Description |
---|---|
estimated |
The scale factor that relates the implementation's default body height to the estimated height. |
joints | The array of joints making up the human body skeleton. |
pose | The pose for the human body origin. |
Methods
Name | Description |
---|---|
Dispose() | Disposes the joints array, if it was created. |
To |
Generates a string representation of this ARHuman |
To |
Generates a string representation of this ARHuman |