USDZOptions constructor
USDZOptions({})
Implementation
USDZOptions({
this.includeAnchoringProperties = true,
this.quickLookCompatible = false,
this.maxTextureSize = 1024,
Map<String,dynamic>? ar
}){
this.ar = ar ?? {
'anchoring': { 'type': 'plane' },
'planeAnchoring': { 'alignment': 'horizontal' }
};
}