BatchRendererGroup
Constructor for a BatchRendererGroup object.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
BatchRendererGroup(OnPerformCulling, IntPtr)
Constructor for a BatchRendererGroup object.
public BatchRendererGroup(BatchRendererGroup.OnPerformCulling cullingCallback, nint userContext)
Parameters
Unity calls this callback when this BatchRendererGroup performs culling.
Optional callback argument. A pointer to custom data.
BatchRendererGroup(BatchRendererGroupCreateInfo)
Constructor for a BatchRendererGroup object.
public BatchRendererGroup(BatchRendererGroupCreateInfo info)
Parameters
Struct is used to initialize BatchRendererGroup.