docs.unity3d.com
    目次を表示する/隠す

    Class ImageInputSettings

    Optional base class for image related inputs.

    Inheritance
    Object
    RecorderInputSettings
    ImageInputSettings
    Camera360InputSettings
    RenderTextureInputSettings
    RenderTextureSamplerSettings
    StandardImageInputSettings
    Inherited Members
    RecorderInputSettings.InputType
    RecorderInputSettings.ValidityCheck(List<String>)
    Namespace: UnityEditor.Recorder.Input
    Syntax
    public abstract class ImageInputSettings : RecorderInputSettings

    Properties

    OutputHeight

    Stores the output image height.

    Declaration
    public abstract int OutputHeight { get; set; }
    Property Value
    Type Description
    Int32

    OutputWidth

    Stores the output image width.

    Declaration
    public abstract int OutputWidth { get; set; }
    Property Value
    Type Description
    Int32

    RecordTransparency

    This property indicates that the alpha channel should be grabbed from the GPU.

    Declaration
    public bool RecordTransparency { get; set; }
    Property Value
    Type Description
    Boolean

    SupportsTransparent

    Indicates if derived classes support transparency.

    Declaration
    public virtual bool SupportsTransparent { get; }
    Property Value
    Type Description
    Boolean
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)