TextureDimension

enumeration

매뉴얼로 전환

설명

Texture "dimension" (type).

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

See Also: Texture.dimension, MaterialProperty.textureDimension.

변수

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).