anisotropyTextureTexCoord property
Texture-coordinate channel used by anisotropyTexture.
Implementation
int get anisotropyTextureTexCoord => _anisotropyTextureTexCoord;
Implementation
set anisotropyTextureTexCoord(int value) {
_anisotropyTextureTexCoord = value.clamp(0, 1);
_markMaterialDataDirty();
}