Interface DuelBackground

All Known Implementing Classes:
BaseDuelBackground, EventideDuelBackground

public interface DuelBackground
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    advance(float amount)
     
    float
     
    void
    render(DuelPanel panel, float xOffset, float yOffset, float alphaMult)
     
    void
    renderForeground(DuelPanel panel, float xOffset, float yOffset, float alphaMult)
     
  • Method Details

    • advance

      void advance(float amount)
    • render

      void render(DuelPanel panel, float xOffset, float yOffset, float alphaMult)
    • renderForeground

      void renderForeground(DuelPanel panel, float xOffset, float yOffset, float alphaMult)
    • getStageWidth

      float getStageWidth()