GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
A container for metadata about an object/behavior/instruction/expression and its associated extension. More...
#include <MetadataProvider.h>
Public Member Functions | |
ExtensionAndMetadata (const gd::PlatformExtension &extension_, const T &metadata_) | |
const gd::PlatformExtension & | GetExtension () |
Get the associated extension. | |
const T & | GetMetadata () |
Get the metadata. | |
A container for metadata about an object/behavior/instruction/expression and its associated extension.