position property

  1. @override
NotifyingVector2 position
inherited

The position of this component's anchor on the screen.

Implementation

@override
NotifyingVector2 get position => transform.position;
  1. @override
void position=(Vector2 position)
inherited

Implementation

@override
set position(Vector2 position) => transform.position = position;