specularTextureTransform property
UV transform applied to specularTexture.
Implementation
TextureTransform get specularTextureTransform => _specularTextureTransform;
Implementation
set specularTextureTransform(TextureTransform value) {
_specularTextureTransform = value;
_markMaterialDataDirty();
}