Example #1
0
 public void SaveToFile(TextureAtlas atlas)
 {
 }
Example #2
0
 public void AddSprite(TextureAtlas atlas, Texture texture, string name)
 {
 }
Example #3
0
 public void RemoveSprite(TextureAtlas atlas, string name)
 {
 }
Example #4
0
 public Texture[] Unpackage(TextureAtlas atlas)
 {
     return(null);
 }