33 totalProperties.
addProperty(prototypeProperty->getName(), prototypeProperty->getValue());
37 auto totalProperty = totalProperties.
getProperty(entityProperty->getName());
38 if (totalProperty !=
nullptr) {
39 totalProperties.
updateProperty(totalProperty->getName(), entityProperty->getName(), entityProperty->getValue());
41 totalProperties.
addProperty(entityProperty->getName(), entityProperty->getValue());
44 return totalProperties;
BaseProperty * getPropertyByIndex(int idx)
Get property by index.
bool updateProperty(const string &oldName, const string &name, const string &value)
Update a property.
BaseProperty * getProperty(const string &name)
Retrieve property by name.
bool addProperty(const string &name, const string &value)
Add a property.
Base property model class.
~SceneEntity()
Destructor.
Transformations transformations
Prototype * getPrototype()
const BaseProperties getTotalProperties()