VisualServerTextureType Enumeration |
[Missing <summary> documentation for "T:Godot.VisualServer.TextureType"]
Namespace: Godot
public enum TextureType
Member name | Value | Description | |
---|---|---|---|
Type2d | 0 | Normal texture with 2 dimensions, width and height. | |
Cubemap | 2 | Texture made up of six faces, can be looked up with a vec3 in shader. | |
Type2dArray | 3 | An array of 2-dimensional textures. | |
Type3d | 4 | A 3-dimensional texture with width, height, and depth. |