Texture "dimension" (type).
Indicates type of a texture (2D texture, cubemap, 3D volume texture etc.).
Additional resources: Texture.dimension, MaterialProperty.textureDimension.
Property | Description |
---|---|
Unknown | Texture type is not initialized or unknown. |
None | No texture is assigned. |
Any | Any texture type. |
Tex2D | 2D texture (Texture2D). |
Tex3D | 3D volume texture (Texture3D). |
Cube | Cubemap texture. |
Tex2DArray | 2D array texture (Texture2DArray). |
CubeArray | Cubemap array texture (CubemapArray). |