position property
NotifyingVector3
get
position
The position of this component's anchor on the screen.
Implementation
NotifyingVector3 get position => transform.position;
set
position
(Vector3 position)
Implementation
set position(Vector3 position) => transform.position = position;