Class: ParticleEmitter
This page documents the methods and fields available in the ParticleEmitter class.
Members
| Signature | Description |
|---|---|
ParticleEmitter() | Creates a new instance of ParticleEmitter. |
emit(Vector3, Vector3) | Performs the emit operation using the provided parameters (position, movement). |
getAlphaBased() | Returns the current alpha based. |
getAlphaOverLifeTimeCurve() | Returns the current alpha over life time curve. |
getColor() | Returns the current color. |
getColorBased() | Returns the current color based. |
getColorMode() | Returns the current color mode. |
getConeShapeOptions() | Returns the current cone shape options. |
getEmissionShape() | Returns the current emission shape. |
getEmitDelaySeconds() | Returns the current emit delay seconds. |
getGravityMultiplier() | Returns the current gravity multiplier. |
getLayer() | Returns the current layer. |
getMaxLifeSeconds() | Returns the current max life seconds. |
getMaxParticles() | Returns the current max particles. |
getSizeBased() | Returns the current size based. |
getSizeOverLifeTimeCurve() | Returns the current size over life time curve. |
getSphereShapeOptions() | Returns the current sphere shape options. |
getStartSize() | Returns the current start size. |
getStartSpeed() | Returns the current start speed. |
getTextureInstance() | Returns the current texture instance. |
getTransparencyBased() | Returns the current transparency based. |
isAllowEmission() | Returns whether allow emission is true. |
setAllowEmission(boolean) | Sets or updates the allow emission. |
setAlphaBased(AlphaBased) | Sets or updates the alpha based. |
setAlphaOverLifeTimeCurve(Curve) | Sets or updates the alpha over life time curve. |
setColor(Color) | Sets or updates the color. |
setColorBased(ColorBased) | Sets or updates the color based. |
setColorMode(ColorMode) | Sets or updates the color mode. |
setEmissionShape(EmissionShape) | Sets or updates the emission shape. |
setEmitDelaySeconds(float) | Sets or updates the emit delay seconds. |
setGravityMultiplier(float) | Sets or updates the gravity multiplier. |
setLayer(int) | Sets or updates the layer. |
setMaxLifeSeconds(float) | Sets or updates the max life seconds. |
setMaxParticles(int) | Sets or updates the max particles. |
setSizeBased(SizeBased) | Sets or updates the size based. |
setSizeOverLifeTimeCurve(Curve) | Sets or updates the size over life time curve. |
setStartSize(float) | Sets or updates the start size. |
setStartSpeed(float) | Sets or updates the start speed. |
setTextureInstance(Texture) | Sets or updates the texture instance. |
setTransparencyBased(TransparencyBased) | Sets or updates the transparency based. |