Class InputSettingsSelector | Unity Recorder | 2.1.0-preview.1
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
    [Serializable]
    public abstract class InputSettingsSelector

    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 © 2019 Unity Technologies
    Generated by DocFX