Base property model class.
~ScenePropertyPresets()
Destructor.
void setDefaultSceneProperties(Scene *scene)
Set default scene properties.
static STATIC_DLL_IMPEXT ScenePropertyPresets * instance
const map< string, SceneLight * > & getLightPresets() const
const vector< BaseProperty * > & getScenePropertiesPreset() const
map< string, SceneLight * > lightPresets
const map< string, vector< BaseProperty * > > & getEntityPropertiesPresets() const
ScenePropertyPresets(const string &pathName, const string &fileName)
Constructor.
static ScenePropertyPresets * getInstance()
vector< BaseProperty * > scenePropertiesPreset
map< string, vector< BaseProperty * > > entityPropertiesPresets
const vector< TiXmlElement * > getChildrenByTagName(TiXmlElement *parent, const char *name)
Returns immediate children by tagnames of parent.
The element is a container class.
#define STATIC_DLL_IMPEXT