Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ShaderPropertyTexDim

Description

Representation of the texture dimensions.

Variables

TexDimUnknown Unknown Texture dimension.
TexDim2D 2D Texture.
TexDim3D 3D Texture.
TexDimCUBE Texure Cube (Cubemap).
TexDimAny Any texture dimension (catch all).
TexDimRECT Texture Rect.