Class ARHumanBody | AR Foundation | 2.2.0-preview.6
docs.unity3d.com
    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 © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023