Struct ShadowSliceData
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: UnityEngine.Experimental.Rendering.LightweightPipeline
Syntax
public struct ShadowSliceData
Fields
atlasX
Declaration
public int atlasX
Field Value
| Type | Description |
|---|---|
| System.Int32 |
atlasY
Declaration
public int atlasY
Field Value
| Type | Description |
|---|---|
| System.Int32 |
shadowResolution
Declaration
public int shadowResolution
Field Value
| Type | Description |
|---|---|
| System.Int32 |
shadowTransform
Declaration
public Matrix4x4 shadowTransform
Field Value
| Type | Description |
|---|---|
| Matrix4x4 |