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