specularColorTextureTransform property
UV transform applied to specularColorTexture.
Implementation
TextureTransform get specularColorTextureTransform =>
_specularColorTextureTransform;
Implementation
set specularColorTextureTransform(TextureTransform value) {
_specularColorTextureTransform = value;
_markMaterialDataDirty();
}