TextureDimension

enumeration

Description

Texture "dimension" (type).

Indicates type of a texture (2D texture, cubemap, 3D volume texture etc.).

Additional resources: Texture.dimension, MaterialProperty.textureDimension.

Properties

UnknownTexture type is not initialized or unknown.
NoneNo texture is assigned.
AnyAny texture type.
Tex2D2D texture (Texture2D).
Tex3D3D volume texture (Texture3D).
Cube Cubemap texture.
Tex2DArray2D array texture (Texture2DArray).
CubeArrayCubemap array texture (CubemapArray).

Did you find this page useful? Please give it a rating: