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