1#include "DataSetComponent.h"
7void Cogs::Core::DataSetComponent::registerType()
10 Field(
Name(
"indexes"), &DataSetComponent::indexes),
11 Field(
Name(
"values"), &DataSetComponent::values),
14 TypeDatabase::createType<DataSetComponent>().setBase<Component>().setFields(fields);
Field definition describing a single data member of a data structure.
Contains reflection support.
Represents an unique name.