| java.lang.Object | |
| ↳ | org.andengine.entity.particle.initializer.BlendFunctionParticleInitializer<T extends org.andengine.entity.shape.IShape> |
Sets the blend function used to draw the Particle during its lifespan. Only applicable to Shapes.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| mDestinationBlendFunction | |||||||||||
| mSourceBlendFunction | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Blend function set for each spawned
Particle. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.andengine.entity.particle.initializer.IParticleInitializer
| |||||||||||
Blend function set for each spawned Particle. Use GLES20 constants for setting functions.