UArValue class
Constructors
-
UArValue({UArSessionState state = UArSessionState.uninitialized, UArTrackingState tracking = UArTrackingState.notAvailable, UArTrackingReason trackingReason = UArTrackingReason.initializing, UArCapabilities capabilities = const UArCapabilities(), UArConfig config = const UArConfig(), Map<String, UArPlane> planes = const <String, UArPlane>{}, Map<String, UArAnchor> anchors = const <String, UArAnchor>{}, Map<String, UArNode> nodes = const <String, UArNode>{}, Map<String, UArTrackedImage> images = const <String, UArTrackedImage>{}, Map<String, UArFace> faces = const <String, UArFace>{}, UArBody? body, UArFrame frame = const UArFrame(), int? textureId, String? viewType, bool isRecording = false, bool isXrActive = false, UArException? error})
-
const
Methods
-
copyWith({UArSessionState? state, UArTrackingState? tracking, UArTrackingReason? trackingReason, UArCapabilities? capabilities, UArConfig? config, Map<String, UArPlane>? planes, Map<String, UArAnchor>? anchors, Map<String, UArNode>? nodes, Map<String, UArTrackedImage>? images, Map<String, UArFace>? faces, UArBody? body, bool clearBody = false, UArFrame? frame, int? textureId, String? viewType, bool? isRecording, bool? isXrActive, UArException? error, bool clearError = false})
→ UArValue
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited