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