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
Name | Description |
---|---|
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. |