normalTextureTransform property
UV transform applied to normalTexture.
Implementation
TextureTransform get normalTextureTransform => _normalTextureTransform;
Implementation
set normalTextureTransform(TextureTransform value) {
_normalTextureTransform = value;
_markMaterialDataDirty();
}