Class PathRecorder
This script records object position at the given rate. Positions are stored in a binary file in PathRecordings folder with timestamp in file name.
Inheritance
System.Object
PathRecorder
Namespace: Marus.Visualization
Assembly: cs.temp.dll.dll
Syntax
public class PathRecorder : MonoBehaviour
Fields
SampleRateHz
Position sample rate in Hz.
Declaration
public float SampleRateHz
Field Value
Type | Description |
---|---|
System.Single |
Methods
Disable()
Declaration
public void Disable()
Enable()
Declaration
public void Enable()
IsEnabled()
Declaration
public bool IsEnabled()
Returns
Type | Description |
---|---|
System.Boolean |