Struct MRMarker
Provides a template for tracked marker data
Syntax
public struct MRMarker : IMRTrackable, IEquatable<MRMarker>
Properties
extents
The extents of this marker
Declaration
public Vector2 extents { get; set; }
Property Value
id
The id of this tracked marker as determined by the provider
Declaration
public MarsTrackableId id { get; set; }
Property Value
Implements
markerId
Declaration
public Guid markerId { get; set; }
Property Value
pose
Declaration
public Pose pose { get; set; }
Property Value
Implements
texture
The texture of this marker
Declaration
public Texture2D texture { get; set; }
Property Value
Type |
Description |
Texture2D |
|
trackingState
The current quality of spatial tracking of this marker
Declaration
public MARSTrackingState trackingState { get; set; }
Property Value
Methods
Equals(MRMarker)
Declaration
public bool Equals(MRMarker other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
ToString()
Declaration
public override string ToString()
Returns