Class BuiltinSkyParameters
Parameters passed to sky rendering functions.
상속된 멤버
네임스페이스: UnityEngine.Rendering.HighDefinition
어셈블리: solution.dll
구문
public class BuiltinSkyParameters
필드
| 이름 | 설명 |
|---|---|
| colorBuffer | Color buffer used for rendering. |
| commandBuffer | Command buffer used for rendering. |
| debugSettings | Current debug dsplay settings. |
| depthBuffer | Depth buffer used for rendering. |
| frameIndex | Current frame index. |
| hdCamera | Camera used for rendering. |
| nullRT | Null color buffer render target identifier. |
| pixelCoordToViewDirMatrix | Matrix mapping pixel coordinate to view direction. |
| screenSize | Screen size: Width, height, inverse width, inverse height. |
| skySettings | Current sky settings. |
| sunLight | Current sun light. |
| viewMatrix | Camera view matrix. |
| worldSpaceCameraPos | World space camera position. |