ARUnkownAnchor class
An ARAnchor type that is not supported yet
Constructors
- ARUnkownAnchor({required AnchorType type, required Matrix4 transformation, String? name})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
Determines the name of the ARAnchor
Will be autogenerated if not defined.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transformation → Matrix4
-
Defines the anchor’s rotation, translation and scale in world coordinates.
finalinherited
- type → AnchorType
-
Specifies the AnchorType of this ARAnchor
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes an ARAnchor
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
Map< String, dynamic> json) → ARUnkownAnchor