Class ImageInputSettings | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class ImageInputSettings

    Optional base class for Image related inputs.

    Inheritance
    System.Object
    RecorderInputSettings
    ImageInputSettings
    RenderTextureInputSettings
    RenderTextureSamplerSettings
    StandardImageInputSettings
    Namespace: UnityEditor.Recorder.Input
    Syntax
    public abstract class ImageInputSettings : RecorderInputSettings

    Fields

    allowTransparency

    Declaration
    public bool allowTransparency
    Field Value
    Type Description
    System.Boolean

    Properties

    outputHeight

    Declaration
    public abstract int outputHeight { get; set; }
    Property Value
    Type Description
    System.Int32

    outputWidth

    Declaration
    public abstract int outputWidth { get; set; }
    Property Value
    Type Description
    System.Int32

    supportsTransparent

    Declaration
    public virtual bool supportsTransparent { get; }
    Property Value
    Type Description
    System.Boolean
    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