ARUnkownAnchor constructor

ARUnkownAnchor({
  1. required AnchorType type,
  2. required Matrix4 transformation,
  3. String? name,
})

Implementation

ARUnkownAnchor(
    {required AnchorType type, required Matrix4 transformation, String? name})
    : super(type: type, transformation: transformation, name: name);