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