Struct RenderingData
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()
Syntax
public struct RenderingData
Fields
cameraData
Declaration
public CameraData cameraData
Field Value
cullResults
Declaration
public CullingResults cullResults
Field Value
Type |
Description |
CullingResults |
|
killAlphaInFinalBlit
Declaration
public bool killAlphaInFinalBlit
Field Value
Type |
Description |
System.Boolean |
|
lightData
Declaration
public LightData lightData
Field Value
perObjectData
Declaration
public PerObjectData perObjectData
Field Value
Type |
Description |
PerObjectData |
|
shadowData
Declaration
public ShadowData shadowData
Field Value
supportsDynamicBatching
Declaration
public bool supportsDynamicBatching
Field Value
Type |
Description |
System.Boolean |
|