Click or drag to resize

CubeMapFlagsEnum Enumeration

[Missing <summary> documentation for "T:Godot.CubeMap.FlagsEnum"]

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

Generate mipmaps, to enable smooth zooming out of the texture.

Repeat2

Repeat (instead of clamp to edge).

Filter4

Turn on magnifying filter, to enable smooth zooming in of the texture.

Default7

Default flags. Generate mipmaps, repeat, and filter are enabled.

See Also