Class Options | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class Options

    Options class for the Recorder

    Inheritance
    System.Object
    Options
    Namespace: UnityEditor.Recorder
    Syntax
    public static class Options

    Fields

    useCameraCaptureCallbacks

    Declaration
    public static bool useCameraCaptureCallbacks
    Field Value
    Type Description
    System.Boolean

    Properties

    showLegacyRecorders

    If true, legacy recorders will be displayed in the "Add New Recorder" menu. Legacy recorders are deprecated and will be removed from the Unity Recorder in future releases.

    Declaration
    public static bool showLegacyRecorders { get; set; }
    Property Value
    Type Description
    System.Boolean

    showRecorderGameObject

    The recoder uses a "Unity-RecorderSessions" GameObject to store Scene references and manage recording sessions. If true, this GameObject will be visible in the Scene Hierarchy.

    Declaration
    public static bool showRecorderGameObject { get; set; }
    Property Value
    Type Description
    System.Boolean

    verboseMode

    If true, the recorder will log additional recording steps into the Console.

    Declaration
    public static bool verboseMode { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023