bn::camera_position_manager class

Manages the position of a camera_ptr.

Public static functions

static auto get(const camera_ptr& camera) -> const fixed_point&
Returns the position of the given camera_ptr.
static void set(const fixed_point& position, camera_ptr& camera)
Sets the position of the given camera_ptr.