Scene prototype library definition.
void removePrototype(int id)
Remove a prototype.
Prototype * getPrototype(int id)
Get a prototype by given id.
Prototype * getPrototypeByName(const string &name)
Get a prototype by given name.
~SceneLibrary()
Destructor.
Prototype * getTerrainPrototype()
Get a terrain prototype.
int allocatePrototypeId()
Allocata a unique prototype index.
vector< Prototype * > prototypes
SceneLibrary(Scene *scene)
Public constructor.
map< int, Prototype * > prototypesById
void clear()
Clears this scene prototype library.
void addPrototype(Prototype *prototype)
Add a prototype.
Prototype * getPrototypeAt(int idx)
Get prototype at given index.
static constexpr int ID_ALLOCATE