menu
web_game_engine package
documentation
camera.dart
JCamera
lookAt method
lookAt method
dark_mode
light_mode
lookAt
method
void
lookAt
(
Vector2
to
)
Implementation
void lookAt(Vector2 to) { shift = to - viewfinder; }
web_game_engine package
documentation
camera
JCamera
lookAt method
JCamera class