Interface ISteppableRecordedDataProvider
Interface for a recorded MR data provider that updates its data each time the Timeline PlayableGraph is evaluated
Inherited Members
Namespace: Unity.MARS.Recording
Syntax
public interface ISteppableRecordedDataProvider : IRecordedDataProvider
Methods
StepRecordedData()
Update provided data. This is called after the Timeline PlayableGraph is evaluated, due to either a Mars Update or a manual change in time.
Declaration
void StepRecordedData()