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