bn_camera_actions.h file
bn::
Namespaces
- namespace bn
- Main Butano namespace.
Classes
- class bn::camera_position_manager
- Manages the position of a camera_
ptr. - class bn::camera_move_by_action
- Modifies the position of a camera_
ptr by a given delta. - class bn::camera_move_to_action
- Modifies the position of a camera_
ptr until it has a given state. - class bn::camera_move_loop_action
- Modifies the position of a camera_
ptr from a minimum to a maximum. When the position is equal to the given final state, it goes back to its initial state and vice versa. - class bn::camera_move_toggle_action
- Changes the position of a camera_
ptr when the action is updated a given number of times.