clearcoatNormalTextureTransform property

TextureTransform get clearcoatNormalTextureTransform

UV transform applied to clearcoatNormalTexture.

Implementation

TextureTransform get clearcoatNormalTextureTransform =>
    _clearcoatNormalTextureTransform;
set clearcoatNormalTextureTransform (TextureTransform value)

Implementation

set clearcoatNormalTextureTransform(TextureTransform value) {
  _clearcoatNormalTextureTransform = value;
  _markMaterialDataDirty();
}