Interface IMarsBody
Provides a template for tracked body data
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 |