UArCapabilities class

Constructors

UArCapabilities({String platform = "", bool worldTracking = false, bool planeHorizontal = false, bool planeVertical = false, bool planeClassification = false, bool depth = false, bool peopleOcclusion = false, bool sceneReconstruction = false, bool lidar = false, bool imageTracking = false, bool objectTracking = false, bool faceTracking = false, bool bodyTracking = false, bool geospatial = false, bool gpsGeo = false, bool cloudAnchors = false, bool worldMap = false, bool collaboration = false, bool lightEstimation = false, bool environmentHdr = false, bool instantPlacement = false, bool semantics = false, bool recording = false, bool snapshot = false, bool roomPlan = false, bool objectCapture = false, bool textRecognition = false, bool barcodeDetection = false, bool cameraImage = false, bool nativeViewer = false, bool viewer = false, bool webXr = false, bool sensorAr = false, List<String> formats = const <String>[]})
const
UArCapabilities.fromMap(Map<Object?, Object?> map)
factory

Properties

anyAr → bool
no setter
barcodeDetection → bool
final
bodyTracking → bool
final
cameraImage → bool
final
cloudAnchors → bool
final
collaboration → bool
final
depth → bool
final
environmentHdr → bool
final
faceTracking → bool
final
formats → List<String>
Model formats the in-app renderer loads.
final
geospatial → bool
Visual positioning (ARCore Geospatial / ARKit location anchors).
final
gpsGeo → bool
GPS + compass placement, available wherever world tracking is.
final
hashCode → int
The hash code for this object.
no setterinherited
imageTracking → bool
final
instantPlacement → bool
final
lidar → bool
final
lightEstimation → bool
final
nativeViewer → bool
Scene Viewer (Android) / AR Quick Look (iOS, iOS Safari).
final
objectCapture → bool
final
objectTracking → bool
final
peopleOcclusion → bool
final
planeClassification → bool
final
planeHorizontal → bool
final
planeVertical → bool
final
platform → String
final
recording → bool
final
roomPlan → bool
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sceneReconstruction → bool
final
semantics → bool
final
sensorAr → bool
Camera + compass overlay without world tracking (web fallback).
final
snapshot → bool
final
textRecognition → bool
final
viewer → bool
The camera-less 3D viewer.
final
webXr → bool
final
worldMap → bool
final
worldTracking → bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited