class
#include <bn_sprite_actions.h>
sprite_top_left_position_manager Manages the top-left position of a sprite_
Public static functions
-
static auto get(const sprite_
ptr& sprite) -> fixed_ point - Returns the top-left position of the given sprite_
ptr. -
static void set(const fixed_
point& top_left_position, sprite_ ptr& sprite) - Sets the top-left position of the given sprite_
ptr.