docs.unity.cn
    Show / Hide Table of Contents

    Class InputSettingsSelector

    Use this class to specify a particular input type (it allows for each recorder to support only a subset of the input settings).

    Inheritance
    Object
    InputSettingsSelector
    ImageInputSelector
    Namespace: UnityEditor.Recorder
    Syntax
    public abstract class InputSettingsSelector : object

    Constructors

    InputSettingsSelector()

    The default constructor.

    Declaration
    protected InputSettingsSelector()

    Properties

    Selected

    The currently selected RecorderInputSettings.

    Declaration
    public RecorderInputSettings Selected { get; protected set; }
    Property Value
    Type Description
    RecorderInputSettings
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Friday, November 5, 2021
    Terms of use