ARHitTestResult constructor

ARHitTestResult(
  1. ARHitTestResultType type,
  2. double distance,
  3. Matrix4 worldTransform
)

Implementation

ARHitTestResult(
  this.type,
  this.distance,
  this.worldTransform,
);