Interface IUsesMARSTrackableData<T>
Provides access to raw data of the given type
Namespace: Unity.MARS.Data
Assembly: Unity.MARS.Interfaces.dll
Syntax
public interface IUsesMARSTrackableData<T> where T : IMRTrackable
Type Parameters
| Name | Description |
|---|---|
| T | The type of data |