Struct ShadowSliceData
Struct container for shadow slice data.
Inherited Members
Namespace: UnityEngine .Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
public struct ShadowSliceData
Fields
Name | Description |
---|---|
offset |
The X offset to the shadow map. |
offset |
The Y offset to the shadow map. |
projection |
The projection matrix. |
resolution | The maximum tile resolution in an Atlas. |
shadow |
The shadow transform matrix. |
split |
The shadow split data containing culling information. |
view |
The view matrix. |
Methods
Name | Description |
---|---|
Clear() | Clears and resets the data. |