CubeMapFlagsEnum Enumeration |
[Missing <summary> documentation for "T:Godot.CubeMap.FlagsEnum"]
Namespace: Godot
public enum FlagsEnum
| Member name | Value | Description | |
|---|---|---|---|
| Mipmaps | 1 | Generate mipmaps, to enable smooth zooming out of the texture. | |
| Repeat | 2 | Repeat (instead of clamp to edge). | |
| Filter | 4 | Turn on magnifying filter, to enable smooth zooming in of the texture. | |
| Default | 7 | Default flags. Generate mipmaps, repeat, and filter are enabled. |