docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IMarsBody

    Provides a template for tracked body data

    Inherited Members
    IMRTrackable.id
    IMRTrackable.pose
    Namespace: Unity.MARS.Data
    Assembly: Unity.MARS.Interfaces.dll
    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<float>

    Height

    Height of the body in meters

    Declaration
    float Height { get; }
    Property Value
    Type Description
    float
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)