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