UArSceneOptions constructor
const
UArSceneOptions({
- UArPlacementMode placementMode = UArPlacementMode.tap,
- int maxPlacements = 0,
- bool replaceWhenFull = true,
- bool selectOnPlace = true,
- bool enableDrag = true,
- bool enableRotate = true,
- bool enableScale = true,
- double minScale = 0.2,
- double maxScale = 5,
- bool showHints = true,
- bool showGestureHint = true,
- bool showItemPicker = true,
- bool showToolbar = true,
- bool enableSnapshot = true,
- bool enableRecording = true,
- bool enableReset = true,
- bool enableDelete = true,
- bool showCloseButton = true,
- 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,
});