Class RecorderControllerSettings
Inheritance
System.Object
RecorderControllerSettings
Syntax
public class RecorderControllerSettings : ScriptableObject
Properties
capFrameRate
Declaration
public bool capFrameRate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
frameRate
Declaration
public float frameRate { get; set; }
Property Value
Type |
Description |
System.Single |
|
frameRatePlayback
Declaration
public FrameRatePlayback frameRatePlayback { get; set; }
Property Value
recorderSettings
Declaration
public IEnumerable<RecorderSettings> recorderSettings { get; }
Property Value
Methods
AddRecorderSettings(RecorderSettings)
Declaration
public void AddRecorderSettings(RecorderSettings recorder)
Parameters
LoadOrCreate(String)
Declaration
public static RecorderControllerSettings LoadOrCreate(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
RemoveRecorder(RecorderSettings)
Declaration
public void RemoveRecorder(RecorderSettings recorder)
Parameters
Save()
Declaration
SetRecordModeToFrameInterval(Int32, Int32)
Declaration
public void SetRecordModeToFrameInterval(int startFrame, int endFrame)
Parameters
Type |
Name |
Description |
System.Int32 |
startFrame |
|
System.Int32 |
endFrame |
|
SetRecordModeToManual()
Declaration
public void SetRecordModeToManual()
SetRecordModeToSingleFrame(Int32)
Declaration
public void SetRecordModeToSingleFrame(int frameNumber)
Parameters
Type |
Name |
Description |
System.Int32 |
frameNumber |
|
SetRecordModeToTimeInterval(Single, Single)
Declaration
public void SetRecordModeToTimeInterval(float startTime, float endTime)
Parameters
Type |
Name |
Description |
System.Single |
startTime |
|
System.Single |
endTime |
|