models/ar_anchor library
Classes
- ARAnchor
- Object attached to a tracked physical entity of the AR environment (can be initialized with a world transformation)
- ARPlaneAnchor
- An ARAnchor fixed to a tracked plane
- ARUnkownAnchor
- An ARAnchor type that is not supported yet
Functions
-
aRPlaneAnchorFromJson(
Map< String, dynamic> json) → ARPlaneAnchor - Constructs an ARPlaneAnchor from a serialized PlaneAnchor object
-
aRPlaneAnchorToJson(
ARPlaneAnchor instance) → Map< String, dynamic> - Serializes an ARPlaneAnchor
-
aRUnkownAnchorFromJson(
Map< String, dynamic> json) → ARUnkownAnchor -
aRUnkownAnchorToJson(
ARUnkownAnchor instance) → Map< String, dynamic>