Scene prototype library definition.
More...
#include <tdme/engine/scene/SceneLibrary.h>
Scene prototype library definition.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 26 of file SceneLibrary.h.
◆ SceneLibrary()
◆ ~SceneLibrary()
◆ addPrototype()
◆ allocatePrototypeId()
int allocatePrototypeId |
( |
| ) |
|
|
inline |
Allocata a unique prototype index.
- Returns
- index
Definition at line 53 of file SceneLibrary.h.
◆ clear()
◆ getPrototype()
Get a prototype by given id.
- Parameters
-
- Returns
- prototype
Definition at line 78 of file SceneLibrary.cpp.
◆ getPrototypeAt()
Get prototype at given index.
- Parameters
-
- Returns
- prototype
Definition at line 73 of file SceneLibrary.h.
◆ getPrototypeByName()
Prototype * getPrototypeByName |
( |
const string & |
name | ) |
|
Get a prototype by given name.
- Parameters
-
- Returns
- prototype
Definition at line 87 of file SceneLibrary.cpp.
◆ getPrototypeCount()
int getPrototypeCount |
( |
| ) |
|
|
inline |
◆ getTerrainPrototype()
Get a terrain prototype.
- Returns
- terrain prototype
Definition at line 94 of file SceneLibrary.cpp.
◆ removePrototype()
void removePrototype |
( |
int |
id | ) |
|
◆ ID_ALLOCATE
constexpr int ID_ALLOCATE { -1 } |
|
staticconstexpr |
◆ prototypeIdx
◆ prototypes
◆ prototypesById
◆ scene
The documentation for this class was generated from the following files:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/scene/SceneLibrary.h
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/scene/SceneLibrary.cpp