|
| ProjectFolder (const fs::path &path) |
|
const std::vector< fs::path > & | getFiles () const |
|
const fs::path & | getPath () const |
|
const std::vector< ProjectFolder > & | getSubFolders () const |
|
const World & | getWorld () const |
|
bool | hasWorldFile () const |
|
|
std::vector< fs::path > | m_files |
|
bool | m_hasWorldFile |
|
fs::path | m_path |
|
std::vector< ProjectFolder > | m_subFolders |
|
tson::World | m_world |
|
◆ getWorld()
const World & tson::ProjectFolder::getWorld |
( |
| ) |
const |
|
inline |
Only gives useful data if hasWorldFile() is true!
- Returns
The documentation for this class was generated from the following file: