position property

NotifyingVector2 get position

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

Implementation

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

Implementation

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