Struct RTHandleProperties | High Definition RP | 6.7.1-preview
docs.unity.cn
    Show / Hide Table of Contents

    Struct RTHandleProperties

    Namespace: UnityEngine.Experimental.Rendering
    Syntax
    public struct RTHandleProperties

    Fields

    currentRenderTargetSize

    Declaration
    public Vector2Int currentRenderTargetSize
    Field Value
    Type Description
    Vector2Int

    currentViewportSize

    Declaration
    public Vector2Int currentViewportSize
    Field Value
    Type Description
    Vector2Int

    previousRenderTargetSize

    Declaration
    public Vector2Int previousRenderTargetSize
    Field Value
    Type Description
    Vector2Int

    previousViewportSize

    Declaration
    public Vector2Int previousViewportSize
    Field Value
    Type Description
    Vector2Int

    rtHandleScale

    Declaration
    public Vector4 rtHandleScale
    Field Value
    Type Description
    Vector4
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX