AtlasCollection.add

Add texture to the atlas from a file

  1. void add(string name, string file, size_t atlas)
    class AtlasCollection
    void
    add
    (
    string name
    ,
    string file
    ,
    size_t atlas = 0
    )
  2. void add(string name, ShallowTexture shallowTexture, size_t atlas)

Meta