position property

  1. @override
NotifyingVector2 position
override

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

Implementation

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

Implementation

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