Click or drag to resize

VisualServerTextureType Enumeration

[Missing <summary> documentation for "T:Godot.VisualServer.TextureType"]

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

Normal texture with 2 dimensions, width and height.

Cubemap2

Texture made up of six faces, can be looked up with a vec3 in shader.

Type2dArray3

An array of 2-dimensional textures.

Type3d4

A 3-dimensional texture with width, height, and depth.

See Also