GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
Helper functions that gd::CustomBehavior and gd::CustomBehaviorsSharedData use to store their content in JSON. More...
#include <CustomConfigurationHelper.h>
Static Public Member Functions | |
static void | InitializeContent (const gd::PropertiesContainer &properties, gd::SerializerElement &behaviorContent) |
static std::map< gd::String, gd::PropertyDescriptor > | GetProperties (const gd::PropertiesContainer &properties, const gd::SerializerElement &behaviorContent) |
static bool | UpdateProperty (const gd::PropertiesContainer &properties, gd::SerializerElement &behaviorContent, const gd::String &name, const gd::String &value) |
Helper functions that gd::CustomBehavior and gd::CustomBehaviorsSharedData use to store their content in JSON.