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

    Class RTHandle

    Inheritance
    System.Object
    RTHandle
    Namespace: UnityEngine.Rendering
    Syntax
    public class RTHandle

    Properties

    name

    Declaration
    public string name { get; }
    Property Value
    Type Description
    System.String

    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

    scaleFactor

    Declaration
    public Vector2 scaleFactor { get; }
    Property Value
    Type Description
    Vector2

    useScaling

    Declaration
    public bool useScaling { get; }
    Property Value
    Type Description
    System.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(RTHandle to RenderTargetIdentifier)

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

    Implicit(RTHandle to RenderTexture)

    Declaration
    public static implicit operator RenderTexture(RTHandle handle)
    Parameters
    Type Name Description
    RTHandle handle
    Returns
    Type Description
    RenderTexture

    Implicit(RTHandle to Texture)

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