docs.unity3d.com
Search Results for

    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
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.Recorder
    Assembly: Unity.Recorder.Editor.dll
    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
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)