Class RTHandleSystem.RTHandle | High Definition RP | 6.7.1-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class RTHandleSystem.RTHandle

    Inheritance
    Object
    RTHandleSystem.RTHandle
    Namespace: UnityEngine.Experimental.Rendering
    Syntax
    public class RTHandle

    Properties

    nameID

    Declaration
    public RenderTargetIdentifier nameID { get; }
    Property Value
    Type Description
    RenderTargetIdentifier

    referenceSize

    Declaration
    public Vector2Int referenceSize { get; }
    Property Value
    Type Description
    Vector2Int

    rt

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

    rtHandleProperties

    Declaration
    public RTHandleProperties rtHandleProperties { get; }
    Property Value
    Type Description
    RTHandleProperties

    useScaling

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

    Methods

    GetScaledSize(Vector2Int)

    Declaration
    public Vector2Int GetScaledSize(Vector2Int refSize)
    Parameters
    Type Name Description
    Vector2Int refSize
    Returns
    Type Description
    Vector2Int

    Release()

    Declaration
    public void Release()

    Operators

    Implicit(RTHandleSystem.RTHandle to RenderTargetIdentifier)

    Declaration
    public static implicit operator RenderTargetIdentifier(RTHandleSystem.RTHandle handle)
    Parameters
    Type Name Description
    RTHandleSystem.RTHandle handle
    Returns
    Type Description
    RenderTargetIdentifier

    Implicit(RTHandleSystem.RTHandle to RenderTexture)

    Declaration
    public static implicit operator RenderTexture(RTHandleSystem.RTHandle handle)
    Parameters
    Type Name Description
    RTHandleSystem.RTHandle handle
    Returns
    Type Description
    RenderTexture
    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