anchorA property

  1. @override
Vector2 anchorA
override

Get the anchor point on bodyA in world coordinates.

Implementation

@override
Vector2 get anchorA {
  return Vector2.copy(bodyA.position);
}