Package com.prineside.tdi2.shapes
Class BulletSmokeMultiLine
java.lang.Object
com.prineside.tdi2.Shape
com.prineside.tdi2.shapes.BulletSmokeMultiLine
- All Implemented Interfaces:
 com.badlogic.gdx.utils.Pool.Poolable,ProjectileTrail
- 
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.prineside.tdi2.Shape
Shape.Factory<T extends Shape> - 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionvoiddraw(com.badlogic.gdx.graphics.g2d.Batch batch) voidfree()intID инстанса хвоста, чтобы проверять, не был ли он выдан заново кому-то Меняется setup()booleanvoidreset()Resets the object for reuse.voidsetColor(com.badlogic.gdx.graphics.Color color) voidsetTexture(com.badlogic.gdx.graphics.g2d.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 
 - 
 - 
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 interfacecom.badlogic.gdx.utils.Pool.Poolable
 - 
setup
public void setup(float startX, float startY, float endX, float endY)  - 
setTexture
public void setTexture(com.badlogic.gdx.graphics.g2d.TextureRegion texture, boolean mirror, boolean flip)  - 
setColor
public void setColor(com.badlogic.gdx.graphics.Color color)  - 
update
public void update(float deltaTime) - Specified by:
 updatein interfaceProjectileTrail
 - 
draw
public void draw(com.badlogic.gdx.graphics.g2d.Batch batch) - Specified by:
 drawin interfaceProjectileTrail- Specified by:
 drawin classShape
 - 
isFinished
public boolean isFinished()- Specified by:
 isFinishedin interfaceProjectileTrail
 - 
free
public void free()- Specified by:
 freein interfaceProjectileTrail
 - 
getUsageId
public int getUsageId()Description copied from interface:ProjectileTrailID инстанса хвоста, чтобы проверять, не был ли он выдан заново кому-то Меняется setup()- Specified by:
 getUsageIdin interfaceProjectileTrail
 
 -