|
CSEngine
|
Public Types | |
| enum | LOAD_TYPE { ALL , MESH , ANIMATION , AUTO , NOTHING } |
Public Member Functions | |
| DAELoader (const char *path, LOAD_TYPE type, bool isLoad) | |
| void | Load (const char *path, LOAD_TYPE type) |
| void | LoadTexture (const AssetMgr::AssetReference *asset) |
| Skeleton * | getSkeleton () const |
| SPrefab * | GeneratePrefab (Animation *animation, SPrefab *prefab=nullptr) |
Static Public Member Functions | |
| static SPrefab * | GeneratePrefab (const char *path, Skeleton *skeleton, MeshSurface *mesh, Animation *animation, SPrefab *prefab=nullptr) |
Definition at line 18 of file DAELoader.h.
| enum CSE::DAELoader::LOAD_TYPE |
Definition at line 20 of file DAELoader.h.
| DAELoader::DAELoader | ( | const char * | path, |
| LOAD_TYPE | type, | ||
| bool | isLoad ) |
Definition at line 16 of file DAELoader.cpp.
| DAELoader::~DAELoader | ( | ) |
Definition at line 22 of file DAELoader.cpp.
Definition at line 513 of file DAELoader.cpp.
|
static |
Definition at line 559 of file DAELoader.cpp.
|
inline |
Definition at line 56 of file DAELoader.h.
| void DAELoader::Load | ( | const char * | path, |
| LOAD_TYPE | type ) |
Definition at line 26 of file DAELoader.cpp.
| void DAELoader::LoadTexture | ( | const AssetMgr::AssetReference * | asset | ) |
Definition at line 98 of file DAELoader.cpp.