public static class ParticleEmitter.Particle extends Sprite
Modifier and Type | Field and Description |
---|---|
protected float |
angle |
protected float |
angleCos |
protected float |
angleDiff |
protected float |
angleSin |
protected int |
currentLife |
protected float |
gravity |
protected float |
gravityDiff |
protected int |
life |
protected float |
rotation |
protected float |
rotationDiff |
protected float |
scale |
protected float |
scaleDiff |
protected float[] |
tint |
protected float |
transparency |
protected float |
transparencyDiff |
protected float |
velocity |
protected float |
velocityDiff |
protected float |
wind |
protected float |
windDiff |
Constructor and Description |
---|
ParticleEmitter.Particle(Sprite sprite) |
draw, draw, flip, getBoundingRectangle, getColor, getHeight, getOriginX, getOriginY, getRotation, getScaleX, getScaleY, getVertices, getWidth, getX, getY, rotate, rotate90, scale, scroll, set, setBounds, setColor, setColor, setColor, setOrigin, setPosition, setRegion, setRotation, setScale, setScale, setSize, setU, setU2, setV, setV2, setX, setY, translate, translateX, translateY
getRegionHeight, getRegionWidth, getRegionX, getRegionY, getTexture, getU, getU2, getV, getV2, isFlipX, isFlipY, setRegion, setRegion, setRegion, setRegion, setRegionHeight, setRegionWidth, setRegionX, setRegionY, setTexture, split, split
protected int life
protected int currentLife
protected float scale
protected float scaleDiff
protected float rotation
protected float rotationDiff
protected float velocity
protected float velocityDiff
protected float angle
protected float angleDiff
protected float angleCos
protected float angleSin
protected float transparency
protected float transparencyDiff
protected float wind
protected float windDiff
protected float gravity
protected float gravityDiff
protected float[] tint
public ParticleEmitter.Particle(Sprite sprite)