1#include "CubeMarkerComponent.h"
6void Cogs::Core::CubeMarkerComponent::registerType()
10 Field(
Name(
"markerSize"), &CubeMarkerComponent::markerSize),
11 Field(
Name(
"showCenterMarker"), &CubeMarkerComponent::showCenterMarker),
12 Field(
Name(
"showWallMarkers"), &CubeMarkerComponent::showWallMarkers),
18 TypeDatabase::createType<CubeMarkerComponent>()
Field definition describing a single data member of a data structure.
Contains reflection support.
WeakEntityPtr cube
AxisCube into which to embed the marker.
glm::vec4 zColor
Color of z-axis.
glm::vec4 yColor
Color of y-axis.
glm::vec4 xColor
Color of x-axis.
Represents an unique name.