Click or drag to resize

GeometryInstanceLightmapScaleEnum Enumeration

[Missing <summary> documentation for "T:Godot.GeometryInstance.LightmapScaleEnum"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum LightmapScaleEnum
Members
  Member nameValueDescription
Scale1x0

The generated lightmap texture will have the original size.

Scale2x1

The generated lightmap texture will be twice as large, on each axis.

Scale4x2

The generated lightmap texture will be 4 times as large, on each axis.

Scale8x3

The generated lightmap texture will be 8 times as large, on each axis.

Max4
See Also