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