ARKitTestResult constructor

ARKitTestResult(
  1. ARKitHitTestResultType type,
  2. double distance,
  3. Matrix4 localTransform,
  4. Matrix4 worldTransform,
  5. ARKitAnchor? anchor,
)

Implementation

ARKitTestResult(
  this.type,
  this.distance,
  this.localTransform,
  this.worldTransform,
  this.anchor,
);