anisotropyTextureTransform property

TextureTransform get anisotropyTextureTransform

UV transform applied to anisotropyTexture.

Implementation

TextureTransform get anisotropyTextureTransform =>
    _anisotropyTextureTransform;
set anisotropyTextureTransform (TextureTransform value)

Implementation

set anisotropyTextureTransform(TextureTransform value) {
  _anisotropyTextureTransform = value;
  _markMaterialDataDirty();
}