Sprite:redrawEffects

From GiderosMobile
Revision as of 15:31, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")

Available since: Gideros 2021.1
Class: Sprite

Description

Tell Gideros effects should be updated for this sprite. This is relevant if effect mode was set to something else than Sprite.EFFECT_MODE_CONTINUOUS in Sprite:setEffectStack. <syntaxhighlight lang="lua"> Sprite:redrawEffects() </source>