docs.unity3d.com
    Show / Hide Table of Contents

    Interface IMarsBody

    Provides a template for tracked body data

    Inherited Members
    IMRTrackable.id
    IMRTrackable.pose
    Namespace: Unity.MARS.Data
    Syntax
    public interface IMarsBody : IMRTrackable

    Properties

    BodyPose

    The Mecanim muscle data for this body

    Declaration
    HumanPose BodyPose { get; }
    Property Value
    Type Description
    HumanPose

    BoneLengths

    (Optional) Lengths of each bone of this body, corresponding to the Mecanim humanoid

    Declaration
    List<float> BoneLengths { get; }
    Property Value
    Type Description
    List<Single>

    Height

    Height of the body in meters

    Declaration
    float Height { get; }
    Property Value
    Type Description
    Single
    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