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