BatchRendererGroupCreateInfo
Struct is used to initialize BatchRendererGroup.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public struct BatchRendererGroupCreateInfo
Fields
Value | Description |
|---|---|
| cullingCallback | Unity calls this callback when this BatchRendererGroup performs culling. |
| finishedCullingCallback | Unity calls this callback when this BatchRendererGroup finishes culling. |
| userContext | Optional callback argument. A pointer to custom data. |