1#include "AnnotationAxisComponent.h"
7void Cogs::Core::AnnotationAxisComponent::registerType()
10 Field(
Name(
"strings"), &AnnotationAxisComponent::strings),
11 Field(
Name(
"positions"), &AnnotationAxisComponent::positions),
12 Field(
Name(
"distance"), &AnnotationAxisComponent::distance),
17 TypeDatabase::createType<AnnotationAxisComponent>().setBase<Component>().setFields(fields);
glm::vec3 viewDependentAnchorReference
Field definition describing a single data member of a data structure.
Contains reflection support.
Represents an unique name.