thicknessTextureTransform property
TextureTransform
get
thicknessTextureTransform
UV transform applied to thicknessTexture.
Implementation
TextureTransform get thicknessTextureTransform => _thicknessTextureTransform;
set
thicknessTextureTransform
(TextureTransform value)
Implementation
set thicknessTextureTransform(TextureTransform value) {
_thicknessTextureTransform = value;
_markMaterialDataDirty();
}