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

    Class BuiltinSkyParameters

    Inheritance
    Object
    BuiltinSkyParameters
    Namespace: UnityEngine.Experimental.Rendering.HDPipeline
    Syntax
    public class BuiltinSkyParameters

    Fields

    colorBuffer

    Declaration
    public RTHandleSystem.RTHandle colorBuffer
    Field Value
    Type Description
    RTHandleSystem.RTHandle

    commandBuffer

    Declaration
    public CommandBuffer commandBuffer
    Field Value
    Type Description
    CommandBuffer

    debugSettings

    Declaration
    public DebugDisplaySettings debugSettings
    Field Value
    Type Description
    DebugDisplaySettings

    depthBuffer

    Declaration
    public RTHandleSystem.RTHandle depthBuffer
    Field Value
    Type Description
    RTHandleSystem.RTHandle

    hdCamera

    Declaration
    public HDCamera hdCamera
    Field Value
    Type Description
    HDCamera

    nullRT

    Declaration
    public static RenderTargetIdentifier nullRT
    Field Value
    Type Description
    RenderTargetIdentifier

    pixelCoordToViewDirMatrix

    Declaration
    public Matrix4x4 pixelCoordToViewDirMatrix
    Field Value
    Type Description
    Matrix4x4

    screenSize

    Declaration
    public Vector4 screenSize
    Field Value
    Type Description
    Vector4

    sunLight

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