docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RenderTextureInputSettings

    The settings of a Render Texture input.

    Inheritance
    object
    RecorderInputSettings
    ImageInputSettings
    RenderTextureInputSettings
    Inherited Members
    ImageInputSettings.SupportsTransparent
    ImageInputSettings.RecordTransparency
    RecorderInputSettings.ValidityCheck(List<string>)
    RecorderInputSettings.CheckForWarnings(List<string>)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.Recorder.Input
    Assembly: Unity.Recorder.Editor.dll
    Syntax
    [Serializable]
    public class RenderTextureInputSettings : ImageInputSettings

    Properties

    FlipFinalOutput

    Specifies whether to vertically flip the final output or not.

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

    InputType

    Declaration
    protected override Type InputType { get; }
    Property Value
    Type Description
    Type
    Overrides
    RecorderInputSettings.InputType

    OutputHeight

    Stores the output image height.

    Declaration
    public override int OutputHeight { get; set; }
    Property Value
    Type Description
    int
    Overrides
    ImageInputSettings.OutputHeight

    OutputWidth

    Stores the output image width.

    Declaration
    public override int OutputWidth { get; set; }
    Property Value
    Type Description
    int
    Overrides
    ImageInputSettings.OutputWidth

    RenderTexture

    Indicates the render texture used for the capture.

    Declaration
    public RenderTexture RenderTexture { get; set; }
    Property Value
    Type Description
    RenderTexture

    Methods

    CheckForErrors(List<string>)

    Declaration
    protected override void CheckForErrors(List<string> errors)
    Parameters
    Type Name Description
    List<string> errors
    Overrides
    RecorderInputSettings.CheckForErrors(List<string>)
    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)