GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
Public Member Functions | |
const gd::String & | GetValue (const gd::String &extension, const gd::String &property) const |
void | SetValue (const gd::String &extension, const gd::String &property, const gd::String &newValue) |
bool | HasProperty (const gd::String &extension, const gd::String &property) |
std::map< gd::String, gd::PropertyDescriptor > | GetAllExtensionProperties (const gd::String &extensionName, gd::Project &project) |
void | SerializeTo (SerializerElement &element) const |
Serialize the Extension Properties. | |
void | UnserializeFrom (const SerializerElement &element) |
Unserialize the Extension Properties. | |