Package ea.actor

Interface Tile


@API public interface Tile
Abstrakte Klasse beschreibt eine Tile-Instanz für den Tile-Atlas. In jeder Engine-Instanz existiert jedes Tile nur einmal im Atlas.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(Graphics2D g, float width, float height)
     
  • Method Details

    • render

      @Internal void render(Graphics2D g, float width, float height)