1#include "PropertiesComponent.h"
7void Cogs::Core::PropertiesComponent::registerType()
9 TypeDatabase::createType<PropertyStore>();
12 {
"properties", &PropertiesComponent::properties },
15 TypeDatabase::createType<PropertiesComponent>().setBase<Component>().setFields(fields);
Field definition describing a single data member of a data structure.
Contains reflection support.