position property

Vector2 position
final

The world position of the group. Moves the group's shape a distance equal to the value of position.

Implementation

final Vector2 position = Vector2.zero();