position property

NotifyingVector2 position

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

Implementation

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

Implementation

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