specularTextureTransform property

TextureTransform get specularTextureTransform

UV transform applied to specularTexture.

Implementation

TextureTransform get specularTextureTransform => _specularTextureTransform;
set specularTextureTransform (TextureTransform value)

Implementation

set specularTextureTransform(TextureTransform value) {
  _specularTextureTransform = value;
  _markMaterialDataDirty();
}