Enum FrameRatePlayback | Unity Recorder | 2.1.0-preview.1
docs.unity3d.com
    Show / Hide Table of Contents

    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.

    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX