| java.lang.Object | ||
| ↳ | org.anddev.andengine.entity.particle.modifier.ExpireModifier | |
| ↳ | org.anddev.andengine.entity.particle.modifier.ContainerExpireModifier | |
An ExpireModifier that holds other BaseSingleValueSpanModifiers, overriding their
toTimes to match the lifeTime of the particle based on the value from the
ExpireModifier.
(c) 2011 Nicolas Gramlich
(c) 2011 Zynga Inc.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds the specified modifier to the contained modifier list. | |||||||||||
Removes the specified modifier from the contained modifier list. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.anddev.andengine.entity.particle.modifier.ExpireModifier
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.anddev.andengine.entity.particle.initializer.IParticleInitializer
| |||||||||||
From interface
org.anddev.andengine.entity.particle.modifier.IParticleModifier
| |||||||||||
Adds the specified modifier to the contained modifier list.
The toTime in the modifier will be ignored, and replaced with the actual
lifetime of the Particle.
| pModifier | The modifier to add |
|---|
Removes the specified modifier from the contained modifier list.
| pModifier | The modifier to remove |
|---|