Class TextureAtlas.Slot

java.lang.Object
org.oscim.utils.pool.Inlist<TextureAtlas.Slot>
org.oscim.renderer.atlas.TextureAtlas.Slot
Enclosing class:
TextureAtlas

public static class TextureAtlas.Slot extends Inlist<TextureAtlas.Slot>
  • Field Details

    • x

      public int x
    • y

      public int y
    • w

      public int w
  • Constructor Details

    • Slot

      public Slot(int x, int y, int w)