Interface ProjectileTrail

All Known Implementing Classes:
BulletSmokeMultiLine, FlyingParticlesLine, TrailMultiLine

public interface ProjectileTrail
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(com.badlogic.gdx.graphics.g2d.Batch batch)
     
    void
     
    int
    ID инстанса хвоста, чтобы проверять, не был ли он выдан заново кому-то Меняется setup()
    boolean
     
    void
    update(float deltaTime)
     
  • Method Details

    • update

      void update(float deltaTime)
    • draw

      void draw(com.badlogic.gdx.graphics.g2d.Batch batch)
    • isFinished

      boolean isFinished()
    • free

      void free()
    • getUsageId

      int getUsageId()
      ID инстанса хвоста, чтобы проверять, не был ли он выдан заново кому-то Меняется setup()