position property
The position of this component's anchor on the screen.
Implementation
@override
NotifyingVector2 get position => transform.position;Implementation
@override
set position(Vector2 position) => transform.position = position;The position of this component's anchor on the screen.
@override
NotifyingVector2 get position => transform.position;@override
set position(Vector2 position) => transform.position = position;