Example #1
0
 public void SetUp()
 {
     info = new AtlasSpriteInfo();
 }
Example #2
0
 public SpriteTool(string dataPath=null)
 {
     Info = new AtlasSpriteInfo();
       this.dataPath = dataPath ?? Application.dataPath;
 }