Class ARHumanBody | AR Foundation | 2.2.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Class ARHumanBody

    Trackable human body containing the base pose for the body and the body skeleton.

    Inheritance
    Object
    ARTrackable<XRHumanBody, ARHumanBody>
    ARHumanBody
    Inherited Members
    ARTrackable<XRHumanBody, ARHumanBody>.destroyOnRemoval
    ARTrackable<XRHumanBody, ARHumanBody>.trackableId
    ARTrackable<XRHumanBody, ARHumanBody>.trackingState
    ARTrackable<XRHumanBody, ARHumanBody>.pending
    ARTrackable<XRHumanBody, ARHumanBody>.sessionRelativeData
    ARTrackable<XRHumanBody, ARHumanBody>.OnAfterSetSessionRelativeData()
    Namespace: UnityEngine.XR.ARFoundation
    Syntax
    public class ARHumanBody : ARTrackable<XRHumanBody, ARHumanBody>, IDisposable

    Properties

    estimatedHeightScaleFactor

    The scale factor that relates the implementation's default body height to the estimated height.

    Declaration
    public float estimatedHeightScaleFactor { get; }
    Property Value
    Type Description
    Single

    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.

    Declaration
    public NativeArray<XRHumanBodyJoint> joints { get; }
    Property Value
    Type Description
    NativeArray<XRHumanBodyJoint>

    The array of joints making up the human body skeleton.

    pose

    The pose for the human body origin.

    Declaration
    public Pose pose { get; }
    Property Value
    Type Description
    Pose

    The pose for the human body origin.

    Methods

    Dispose()

    Declaration
    public void Dispose()

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    ToString(String)

    Declaration
    public string ToString(string floatingPointFormat)
    Parameters
    Type Name Description
    String floatingPointFormat
    Returns
    Type Description
    String
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX