Interface IMRTrackable
Provides a template for tracked object data
Namespace: Unity.MARS
Syntax
public interface IMRTrackable
Properties
id
The id of this tracked object
Declaration
MarsTrackableId id { get; }
Property Value
Type | Description |
---|---|
MarsTrackableId |
pose
The pose of this tracked object
Declaration
Pose pose { get; }
Property Value
Type | Description |
---|---|
Pose |