Interface IRecordedDataProvider
Interface for a recorded MR data provider
Namespace: Unity.MARS.Recording
Syntax
public interface IRecordedDataProvider
Methods
ClearData()
Remove all provided data. This is called when a looping recording reaches its duration.
Declaration
void ClearData()