Enum FrameRatePlayback
Sets which frame rate type to use during recording.
Namespace: UnityEditor.Recorder
Syntax
public enum FrameRatePlayback : int
Fields
Name | Description | Value |
---|---|---|
Constant | The frame rate doesn't vary during recording, even if the actual frame rate is lower or higher. |
0 |
Variable | Use the application's frame rate, which might vary during recording. This option is not supported by all Recorders. |
1 |