Click or drag to resize

SkyRadianceSizeEnum Enumeration

[Missing <summary> documentation for "T:Godot.Sky.RadianceSizeEnum"]

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

Radiance texture size is 32×32 pixels.

Size641

Radiance texture size is 64×64 pixels.

Size1282

Radiance texture size is 128×128 pixels.

Size2563

Radiance texture size is 256×256 pixels.

Size5124

Radiance texture size is 512×512 pixels.

Size10245

Radiance texture size is 1024×1024 pixels.

Size20486

Radiance texture size is 2048×2048 pixels.

Max7

Represents the size of the SkyRadianceSizeEnum enum.

See Also