Struct BuiltinSunCookieParameters
Parameters passed to sun light cookie rendering functions.
Inherited Members
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public struct BuiltinSunCookieParameters
Fields
cloudSettings
Current cloud settings.
Declaration
public CloudSettings cloudSettings
Field Value
Type | Description |
---|---|
CloudSettings |
commandBuffer
Command buffer used for rendering.
Declaration
public CommandBuffer commandBuffer
Field Value
Type | Description |
---|---|
CommandBuffer |
hdCamera
Camera used for rendering.
Declaration
public HDCamera hdCamera
Field Value
Type | Description |
---|---|
HDCamera |
sunLight
Current sun light.
Declaration
public Light sunLight
Field Value
Type | Description |
---|---|
Light |