bn::sprite_vertical_scale_manager class

Manages the vertical scale of a sprite_ptr.

Public static functions

static auto get(const sprite_ptr& sprite) -> fixed
Returns the vertical scale of the given sprite_ptr.
static void set(fixed vertical_scale, sprite_ptr& sprite)
Sets the vertical scale of the given sprite_ptr.