Click or drag to resize

ProceduralSkyTextureSizeEnum Enumeration

[Missing <summary> documentation for "T:Godot.ProceduralSky.TextureSizeEnum"]

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

Sky texture will be 256x128.

Size5121

Sky texture will be 512x256.

Size10242

Sky texture will be 1024x512. This is the default size.

Size20483

Sky texture will be 2048x1024.

Size40964

Sky texture will be 4096x2048.

Max5

Represents the size of the ProceduralSkyTextureSizeEnum enum.

See Also