UArSceneOptions constructor

const UArSceneOptions({
  1. UArPlacementMode placementMode = UArPlacementMode.tap,
  2. int maxPlacements = 0,
  3. bool replaceWhenFull = true,
  4. bool selectOnPlace = true,
  5. bool enableDrag = true,
  6. bool enableRotate = true,
  7. bool enableScale = true,
  8. double minScale = 0.2,
  9. double maxScale = 5,
  10. bool showHints = true,
  11. bool showGestureHint = true,
  12. bool showItemPicker = true,
  13. bool showToolbar = true,
  14. bool enableSnapshot = true,
  15. bool enableRecording = true,
  16. bool enableReset = true,
  17. bool enableDelete = true,
  18. bool showCloseButton = true,
  19. bool shareSnapshots = true,
  20. bool haptics = true,
})

Implementation

const UArSceneOptions({
  this.placementMode = UArPlacementMode.tap,
  this.maxPlacements = 0,
  this.replaceWhenFull = true,
  this.selectOnPlace = true,
  this.enableDrag = true,
  this.enableRotate = true,
  this.enableScale = true,
  this.minScale = 0.2,
  this.maxScale = 5,
  this.showHints = true,
  this.showGestureHint = true,
  this.showItemPicker = true,
  this.showToolbar = true,
  this.enableSnapshot = true,
  this.enableRecording = true,
  this.enableReset = true,
  this.enableDelete = true,
  this.showCloseButton = true,
  this.shareSnapshots = true,
  this.haptics = true,
});