GeometryInstanceLightmapScaleEnum Enumeration |
[Missing <summary> documentation for "T:Godot.GeometryInstance.LightmapScaleEnum"]
Namespace: Godot
public enum LightmapScaleEnum
| Member name | Value | Description | |
|---|---|---|---|
| Scale1x | 0 | The generated lightmap texture will have the original size. | |
| Scale2x | 1 | The generated lightmap texture will be twice as large, on each axis. | |
| Scale4x | 2 | The generated lightmap texture will be 4 times as large, on each axis. | |
| Scale8x | 3 | The generated lightmap texture will be 8 times as large, on each axis. | |
| Max | 4 |