Searched defs:packedHeight (Results 1 – 1 of 1) sorted by relevance
479 public int packedHeight; field in TextureAtlas.AtlasRegion594 int packedHeight = region.rotate ? region.packedWidth : region.packedHeight; in setBounds() local