ARKitAnchor class abstract

Object representing a physical location and orientation in 3D space.

Implementers

Constructors

ARKitAnchor(String? nodeName, String identifier, Matrix4 transform)
const
ARKitAnchor.fromJson(Map<String, dynamic> arguments)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
identifier String
Unique identifier of the anchor.
final
nodeName String?
Represents the name of the node anchor attached to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transform Matrix4
The transformation matrix that defines the anchor’s rotation, translation and scale in world coordinates.
final

Methods

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

Operators

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