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 int |
frame |
protected float |
gravity |
protected float |
gravityDiff |
protected int |
life |
protected float |
rotation |
protected float |
rotationDiff |
protected float[] |
tint |
protected float |
transparency |
protected float |
transparencyDiff |
protected float |
velocity |
protected float |
velocityDiff |
protected float |
wind |
protected float |
windDiff |
protected float |
xScale |
protected float |
xScaleDiff |
protected float |
yScale |
protected float |
yScaleDiff |
draw, draw, flip, getBoundingRectangle, getColor, getHeight, getOriginX, getOriginY, getRotation, getScaleX, getScaleY, getVertices, getWidth, getX, getY, rotate, rotate90, scale, scroll, set, setAlpha, setBounds, setCenter, setCenterX, setCenterY, setColor, setColor, setFlip, setOrigin, setOriginBasedPosition, setOriginCenter, setPackedColor, 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 xScale
protected float xScaleDiff
protected float yScale
protected float yScaleDiff
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
protected int frame
public Particle(Sprite sprite)