docs.unity3d.com
Search Results for

    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
    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 class ImageInputSelector : InputSettingsSelector

    Fields

    camera360InputSettings

    The settings when the input is set to 360 View.

    Declaration
    [SerializeField]
    public Camera360InputSettings camera360InputSettings
    Field Value
    Type Description
    Camera360InputSettings

    cameraInputSettings

    The settings when the input is set to Targeted Camera.

    Declaration
    [SerializeField]
    public CameraInputSettings cameraInputSettings
    Field Value
    Type Description
    CameraInputSettings

    gameViewInputSettings

    The settings when the input is set to Game View.

    Declaration
    [SerializeField]
    public GameViewInputSettings gameViewInputSettings
    Field Value
    Type Description
    GameViewInputSettings

    renderTextureInputSettings

    The settings when the input is set to Render Texture Asset.

    Declaration
    [SerializeField]
    public RenderTextureInputSettings renderTextureInputSettings
    Field Value
    Type Description
    RenderTextureInputSettings

    renderTextureSamplerSettings

    The settings when the input is set to Texture Sampling.

    Declaration
    [SerializeField]
    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
    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)