java.lang.Object
cn.lanink.gamecore.modelmanager.oldmodelpojo.Model
All Implemented Interfaces:
IManager.IModel

public class Model extends Object implements IManager.IModel
  • Field Details

    • textureWidth

      @SerializedName("texturewidth") public int textureWidth
    • textureHeight

      @SerializedName("textureheight") public int textureHeight
    • visible_bounds_width

      public int visible_bounds_width
    • visible_bounds_height

      public int visible_bounds_height
    • visible_bounds_offset

      public List<Integer> visible_bounds_offset
    • bones

      public List<Bone> bones
  • Constructor Details

    • Model

      public Model(int textureWidth, int textureHeight, int visible_bounds_width, int visible_bounds_height, List<Integer> visible_bounds_offset, List<Bone> bones)
  • Method Details

    • getBoneFromName

      public Bone getBoneFromName(String name)