TDME2 1.9.121
|
Scene Property Presets. More...
#include <tdme/engine/scene/ScenePropertyPresets.h>
Public Member Functions | |
ScenePropertyPresets (const string &pathName, const string &fileName) | |
Constructor. More... | |
~ScenePropertyPresets () | |
Destructor. More... | |
void | setDefaultSceneProperties (Scene *scene) |
Set default scene properties. More... | |
const vector< BaseProperty * > & | getScenePropertiesPreset () const |
const map< string, vector< BaseProperty * > > & | getEntityPropertiesPresets () const |
const map< string, SceneLight * > & | getLightPresets () const |
Static Public Member Functions | |
static ScenePropertyPresets * | getInstance () |
Private Member Functions | |
const vector< TiXmlElement * > | getChildrenByTagName (TiXmlElement *parent, const char *name) |
Returns immediate children by tagnames of parent. More... | |
Private Attributes | |
vector< BaseProperty * > | scenePropertiesPreset |
map< string, vector< BaseProperty * > > | entityPropertiesPresets |
map< string, SceneLight * > | lightPresets |
Static Private Attributes | |
static STATIC_DLL_IMPEXT ScenePropertyPresets * | instance = nullptr |
ScenePropertyPresets | ( | const string & | pathName, |
const string & | fileName | ||
) |
Constructor.
pathName | path name |
fileName | file name |
Definition at line 47 of file ScenePropertyPresets.cpp.
~ScenePropertyPresets | ( | ) |
Destructor.
Definition at line 115 of file ScenePropertyPresets.cpp.
|
private |
Returns immediate children by tagnames of parent.
parent | parent |
name | name |
Definition at line 150 of file ScenePropertyPresets.cpp.
|
inline |
Definition at line 77 of file ScenePropertyPresets.h.
|
static |
Definition at line 129 of file ScenePropertyPresets.cpp.
|
inline |
Definition at line 84 of file ScenePropertyPresets.h.
|
inline |
Definition at line 70 of file ScenePropertyPresets.h.
void setDefaultSceneProperties | ( | Scene * | scene | ) |
Set default scene properties.
scene | scene |
Definition at line 143 of file ScenePropertyPresets.cpp.
|
private |
Definition at line 39 of file ScenePropertyPresets.h.
|
staticprivate |
Definition at line 41 of file ScenePropertyPresets.h.
|
private |
Definition at line 40 of file ScenePropertyPresets.h.
|
private |
Definition at line 38 of file ScenePropertyPresets.h.