Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BatchRendererGroupStrippingMode

Enum of the different modes of operation for BatchRendererGroup shader variant stripping.
Read time 1 minuteLast updated 6 days ago

Definition

public enum BatchRendererGroupStrippingMode

Fields

Value

Description

KeepAllKeeps all BatchRendererGroup variants.
KeepIfEntitiesGraphicsKeeps all BatchRendererGroup variants if the Entities Graphics package is present.
StripAllStrips all BatchRendererGroup variants.