BatchRendererGroupStrippingMode
Enum of the different modes of operation for BatchRendererGroup shader variant stripping.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.Rendering
- Assembly: UnityEditor.CoreModule
public enum BatchRendererGroupStrippingMode
Fields
Value | Description |
|---|---|
| KeepAll | Keeps all BatchRendererGroup variants. |
| KeepIfEntitiesGraphics | Keeps all BatchRendererGroup variants if the Entities Graphics package is present. |
| StripAll | Strips all BatchRendererGroup variants. |