public interface Effective
Modifier and Type | Method and Description |
---|---|
boolean |
addEffect(SimpleAnim effect,
boolean loop)
Adds animated effect to object effects
|
boolean |
removeEffect(SimpleAnim effect)
Removes specified animated effect from object effects list
|
boolean addEffect(SimpleAnim effect, boolean loop)
effect
- Simple animationloop
- True if animation should be looped, false if animation should be auto-removed after last animation frameboolean removeEffect(SimpleAnim effect)
effect
- Simple animation to remove