UArImageTarget class
Constructors
-
UArImageTarget({required String name, required UArSource source, double physicalWidth = 0.2, UArSource? video, UArSource? model, double? modelSize, List<
UArNode> nodes(UArTrackedImage image)?, Widget overlayBuilder(BuildContext context, UArTrackedImage image, UArProjection projection)?, UArVector3 overlayOffset = const UArVector3(0, 0.02, 0)}) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- model → UArSource?
-
Stands on the image.
final
- modelSize → double?
-
final
- name → String
-
final
-
nodes
→ List<
UArNode> Function(UArTrackedImage image)? -
Anything else, attached to the image (use
anchorId: "image:$name").final - overlayBuilder → Widget Function(BuildContext context, UArTrackedImage image, UArProjection projection)?
-
A Flutter card pinned to the image.
final
- overlayOffset → UArVector3
-
Local to the image: +Y out of the image.
final
- physicalWidth → double
-
Printed width in metres; the closer to reality, the steadier the tracking.
final
- reference → UArReferenceImage
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → UArSource
-
final
- video → UArSource?
-
Plays on top of the image, sized to it.
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