class
#include <bn_sprite_actions.h>
sprite_mosaic_manager Manages if the mosaic effect must be applied to a sprite_
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.