center property

Vector2 center

Implementation

Vector2 get center {
  updateStatistics();
  return _center;
}
void center=(Vector2 center)

Implementation

set center(Vector2 center) => _center.setFrom(center);