Struct ShadowSliceData
Struct container for shadow slice data.
상속된 멤버
네임스페이스: UnityEngine.Rendering.Universal
어셈블리: solution.dll
구문
public struct ShadowSliceData
필드
이름 | 설명 |
---|---|
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. |
메서드
이름 | 설명 |
---|---|
Clear() | Clears and resets the data. |