GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Static Public Member Functions | List of all members
gd::CustomConfigurationHelper Class Reference

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::PropertyDescriptorGetProperties (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)
 

Detailed Description

Helper functions that gd::CustomBehavior and gd::CustomBehaviorsSharedData use to store their content in JSON.


The documentation for this class was generated from the following files: