Struct MRBody
Provides a template for tracked body data
Syntax
public struct MRBody : IMRTrackable, IEquatable<MRBody>
Constructors
MRBody(Pose)
Declaration
Parameters
Type |
Name |
Description |
Pose |
pose |
|
Properties
id
The id of this body as determined by the provider
Declaration
public MarsTrackableId id { get; set; }
Property Value
Implements
landmarkBounds
Bounds of available body landmarks
Declaration
public Dictionary<MRBodyLandmark, Rect> landmarkBounds { get; set; }
Property Value
landmarkPoses
World poses of available body landmarks
Declaration
public Dictionary<MRBodyLandmark, Pose> landmarkPoses { get; set; }
Property Value
pose
Declaration
public Pose pose { get; set; }
Property Value
Implements
Methods
Equals(MRBody)
Declaration
public bool Equals(MRBody other)
Parameters
Type |
Name |
Description |
MRBody |
other |
|
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides