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

    Class ImageInputSelector

    This class is a specialization of InputSettingsSelector for image input types.

    Inheritance
    Object
    InputSettingsSelector
    ImageInputSelector
    Inherited Members
    InputSettingsSelector.Selected
    Namespace: UnityEditor.Recorder
    Syntax
    [Serializable]
    public class ImageInputSelector : InputSettingsSelector

    Fields

    camera360InputSettings

    Declaration
    public Camera360InputSettings camera360InputSettings
    Field Value
    Type Description
    Camera360InputSettings

    cameraInputSettings

    Declaration
    public CameraInputSettings cameraInputSettings
    Field Value
    Type Description
    CameraInputSettings

    gameViewInputSettings

    Declaration
    public GameViewInputSettings gameViewInputSettings
    Field Value
    Type Description
    GameViewInputSettings

    renderTextureInputSettings

    Declaration
    public RenderTextureInputSettings renderTextureInputSettings
    Field Value
    Type Description
    RenderTextureInputSettings

    renderTextureSamplerSettings

    Declaration
    public RenderTextureSamplerSettings renderTextureSamplerSettings
    Field Value
    Type Description
    RenderTextureSamplerSettings

    Properties

    ImageInputSettings

    Use this property to set and retrieve the input settings of the currently selected image. Supported input types are: CameraInputSettings, GameViewInputSettings, Camera360InputSettings, RenderTextureInputSettings, RenderTextureSamplerSettings.

    Declaration
    public ImageInputSettings ImageInputSettings { get; set; }
    Property Value
    Type Description
    ImageInputSettings
    Exceptions
    Type Condition
    ArgumentNullException
    ArgumentException
    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