TextureAtlas.add

Add texture to the atlas from a file

  1. AtlasArea add(string name, string file)
    class TextureAtlas
    add
    (
    string name
    ,
    string file
    )
  2. AtlasArea add(string name, ShallowTexture shallowTexture)

Meta