BakedLightmap.BakeQuality/bakeQuality - multiple declarations

Function BakedLightmap.bakeQuality

Three quality modes are available. Higher quality requires more rendering time. See bakequality.

BakedLightmap.BakeQuality bakeQuality() nothrow @property @nogc;

void bakeQuality (
  long v
) nothrow @property @nogc;

Enum BakedLightmap.BakeQuality

enum BakeQuality : int { ... }

Enum members

NameDescription
bakeQualityHigh The highest bake quality mode. Takes longer to calculate.
bakeQualityLow The lowest bake quality mode. Fastest to calculate.
bakeQualityMedium The default bake quality mode.