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