position property

NotifyingVector3 position

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

Implementation

NotifyingVector3 get position => transform.position;
void position=(Vector3 position)

Implementation

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