position property

Vector2 position

Implementation

Vector2 get position => _position;
void position=(Vector2 position)

Implementation

set position(Vector2 position) => _position.setFrom(position);