position property

Vector2 get position

Implementation

Vector2 get position => viewfinder.position;
set position (Vector2 position)

Implementation

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