TextureDimension

enumeration

Description 描述

Texture "dimension" (type).

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

See Also: 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).