bn::sprite_mosaic_manager class

Manages if the mosaic effect must be applied to a sprite_ptr or not.

Public static functions

static auto get(const sprite_ptr& sprite) -> bool
Indicates if the mosaic effect is applied to the given sprite_ptr or not.
static void set(bool mosaic_enabled, sprite_ptr& sprite)
Sets if the mosaic effect must be applied to the given sprite_ptr or not.