Package com.prineside.tdi2.shapes
Class BulletSmokeMultiLine
java.lang.Object
com.prineside.tdi2.Shape
com.prineside.tdi2.shapes.BulletSmokeMultiLine
- All Implemented Interfaces:
 Pool.Poolable,ProjectileTrail
- 
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.prineside.tdi2.Shape
Shape.Factory<T extends Shape> - 
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanfloatfloatfloatfloat - 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidfree()booleanvoidreset()Resets the object for reuse.voidvoidsetTexture(TextureRegion texture, boolean mirror, boolean flip) voidsetup(float startX, float startY, float endX, float endY) voidupdate(float deltaTime)  
- 
Field Details
- 
nodesDisperseTime
public float nodesDisperseTime - 
maxSegmentWidth
public float maxSegmentWidth - 
maxAlpha
public float maxAlpha - 
fadeInOut
public boolean fadeInOut - 
minSegmentWidth
public float minSegmentWidth 
 - 
 - 
Method Details
- 
reset
public void reset()Description copied from interface:com.badlogic.gdx.utils.Pool.PoolableResets the object for reuse. Object references should be nulled and fields may be set to default values.- Specified by:
 resetin interfacePool.Poolable
 - 
setup
public void setup(float startX, float startY, float endX, float endY)  - 
setTexture
 - 
setColor
 - 
update
public void update(float deltaTime) - Specified by:
 updatein interfaceProjectileTrail
 - 
draw
- Specified by:
 drawin interfaceProjectileTrail- Specified by:
 drawin classShape
 - 
isFinished
public boolean isFinished()- Specified by:
 isFinishedin interfaceProjectileTrail
 - 
free
public void free()- Specified by:
 freein interfaceProjectileTrail
 
 -