3#include "Foundation/ComponentModel/Component.h"
5#include <glm/matrix.hpp>
7#include <glm/gtc/quaternion.hpp>
97template<>
inline Cogs::StringView getName<Cogs::Core::TransformComponent>() {
return "TransformComponent"; }
Base class for Component instances.
Provides a weakly referenced view over the contents of a string.
Contains all Cogs related functionality.
Handle to a Component instance.
static ComponentHandle Empty()
Returns an empty, invalid handle. Will evaluate to false if tested against using operator bool().