3#include "EntityDefinition.h"
4#include "Resources/Resources.h"
6#include "Foundation/ComponentModel/Component.h"
8namespace Cogs::Core::Volumetric
12 static void registerType();
20template<>
inline Cogs::StringView getName<Cogs::Core::Volumetric::PointVisualizationComponent>() {
return "VolPointVisualizationComponent"; }
Base class for Component instances.
Provides a weakly referenced view over the contents of a string.
std::shared_ptr< ComponentModel::Entity > EntityPtr
Smart pointer for Entity access.