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