baseColorTextureTransform property

TextureTransform get baseColorTextureTransform

UV transform applied to baseColorTexture.

Implementation

TextureTransform get baseColorTextureTransform => _baseColorTextureTransform;
set baseColorTextureTransform (TextureTransform value)

Implementation

set baseColorTextureTransform(TextureTransform value) {
  _baseColorTextureTransform = value;
  _markMaterialDataDirty();
}