Interface ProjectileTrail

All Known Implementing Classes:
BulletSmokeMultiLine, FlyingParticlesLine, TrailMultiLine

public interface ProjectileTrail
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(Batch batch)
     
    void
     
    boolean
     
    void
    update(float deltaTime)
     
  • Method Details

    • update

      void update(float deltaTime)
    • draw

      void draw(Batch batch)
    • isFinished

      boolean isFinished()
    • free

      void free()