1#include "OctProviderComponent.h"
6void Cogs::Core::EchoSounder::OctProviderComponent::registerType()
9 Field(
Name(
"history"), &OctProviderComponent::history),
10 Field(
Name(
"decibelMin"), &OctProviderComponent::decibelMin),
11 Field(
Name(
"decibelMax"), &OctProviderComponent::decibelMax),
13 Reflection::TypeDatabase::createType<OctProviderComponent>()
15 .setBase<Component>();
Field definition describing a single data member of a data structure.
Contains reflection support.
Represents an unique name.