menu
bonfire package
documentation
camera/bonfire_camera.dart
BonfireCamera
screenToWorld method
screenToWorld method
dark_mode
light_mode
screenToWorld
method
Vector2
screenToWorld
(
Vector2
position
)
Implementation
Vector2 screenToWorld(Vector2 position) { return topleft + (position / zoom); }
bonfire package
documentation
camera/bonfire_camera
BonfireCamera
screenToWorld method
BonfireCamera class