position property

  1. @override
NotifyingVector2 get position
override

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

Implementation

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

Implementation

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