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 |
---|---|
offsetX | The X offset to the shadow map. |
offsetY | The Y offset to the shadow map. |
projectionMatrix | The projection matrix. |
resolution | The maximum tile resolution in an Atlas. |
shadowTransform | The shadow transform matrix. |
splitData | The shadow split data containing culling information. |
viewMatrix | The view matrix. |
Methods
Name | Description |
---|---|
Clear() | Clears and resets the data. |