ARKitBodyAnchor constructor

ARKitBodyAnchor(
  1. ARKitSkeleton skeleton,
  2. bool isTracked,
  3. String? nodeName,
  4. String identifier,
  5. Matrix4 transform,
)

Implementation

ARKitBodyAnchor(
  this.skeleton,
  this.isTracked,
  String? nodeName,
  String identifier,
  Matrix4 transform,
) : super(
        nodeName,
        identifier,
        transform,
      );