Class RecordedTrackablesProvider
Namespace: Unity.MARS.Recording.Providers
Syntax
public abstract class RecordedTrackablesProvider : MonoBehaviour, IRecordedDataProvider
Methods
ClearData()
Declaration
public abstract void ClearData()
Implements
GetPlaybackID(MarsTrackableId)
Gets the session-unique trackable ID mapped to the given recording-unique ID. This creates a new mapping if one does not already exist for the given ID.
Declaration
protected MarsTrackableId GetPlaybackID(MarsTrackableId recordedID)
Parameters
| Type | Name | Description |
|---|---|---|
| MarsTrackableId | recordedID | Recording-unique trackable ID |
Returns
| Type | Description |
|---|---|
| MarsTrackableId | The corresponding session-unique trackable ID |
OnDisable()
Declaration
protected virtual void OnDisable()