docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ImageFilters.TargetParams

    Parameters for the blit target.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.XR.CompositionLayers.Rendering
    Assembly: Unity.XR.CompositionLayers.dll
    Syntax
    public struct ImageFilters.TargetParams

    Constructors

    TargetParams(int)

    Initializes a new instance of the ImageFilters.TargetParams struct with the specified target display.

    Declaration
    public TargetParams(int targetDisplay)
    Parameters
    Type Name Description
    int targetDisplay

    The target display index.

    TargetParams(RenderTexture)

    Initializes a new instance of the ImageFilters.TargetParams struct with the specified render target.

    Declaration
    public TargetParams(RenderTexture renderTarget)
    Parameters
    Type Name Description
    RenderTexture renderTarget

    The render target texture.

    Fields

    hdrParams

    The HDR parameters for the target.

    Declaration
    public ImageFilters.HDRParams hdrParams
    Field Value
    Type Description
    ImageFilters.HDRParams

    renderTarget

    The render target texture.

    Declaration
    public RenderTexture renderTarget
    Field Value
    Type Description
    RenderTexture

    targetDisplay

    The target display index.

    Declaration
    public int targetDisplay
    Field Value
    Type Description
    int

    Methods

    ToString()

    Returns a string representation of the target parameters.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string describing the target parameters.

    Overrides
    ValueType.ToString()
    In This Article
    Back to top
    Copyright © 2025 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)