position property

Vector2 position

Implementation

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

Implementation

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