1#include "StaticModelComponent.h"
7void Cogs::Core::StaticModelComponent::registerType()
10 {
"model", &StaticModelComponent::model },
13 TypeDatabase::createType<StaticModelComponent>().setBase<Component>().setFields(fields);
Field definition describing a single data member of a data structure.
Contains reflection support.