Class TexturePackPage.SubTextureInfo

java.lang.Object
zombie.core.textures.TexturePackPage.SubTextureInfo
Enclosing class:
TexturePackPage

public static class TexturePackPage.SubTextureInfo extends Object
  • Field Details

    • w

      public int w
    • h

      public int h
    • x

      public int x
    • y

      public int y
    • ox

      public int ox
    • oy

      public int oy
    • fx

      public int fx
    • fy

      public int fy
    • name

      public String name
  • Constructor Details

    • SubTextureInfo

      public SubTextureInfo(int _x, int _y, int _w, int _h, int _ox, int _oy, int _fx, int _fy, String _name)