docs.unity3d.com
    Show / Hide Table of Contents

    Struct RenderOutputProperties

    Properties computed during a frame rendering.

    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public struct RenderOutputProperties

    Constructors

    RenderOutputProperties(Vector2Int, Matrix4x4, Matrix4x4)

    Creates a new FrameProperties.

    Declaration
    public RenderOutputProperties(Vector2Int outputSize, Matrix4x4 cameraToWorldMatrixRhs, Matrix4x4 projectionMatrix)
    Parameters
    Type Name Description
    Vector2Int outputSize outputSize
    Matrix4x4 cameraToWorldMatrixRhs cameraToWorldMatrixRHS
    Matrix4x4 projectionMatrix projectionMatrix

    Fields

    cameraToWorldMatrixRHS

    World to camera matrix. (Right Hand Side).

    Declaration
    public readonly Matrix4x4 cameraToWorldMatrixRHS
    Field Value
    Type Description
    Matrix4x4

    outputSize

    The size of the output in pixels.

    Declaration
    public readonly Vector2Int outputSize
    Field Value
    Type Description
    Vector2Int

    projectionMatrix

    Projection matrix.

    Declaration
    public readonly Matrix4x4 projectionMatrix
    Field Value
    Type Description
    Matrix4x4
    Back to top
    Terms of use
    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