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)