1#include "TrajectoryLayoutComponent.h"
7void Cogs::Core::TrajectoryLayoutComponent::registerType()
10 Field(
Name(
"layoutTrajectory"), &TrajectoryLayoutComponent::layoutTrajectory),
11 Field(
Name(
"entities"), &TrajectoryLayoutComponent::entities),
12 Field(
Name(
"depths"), &TrajectoryLayoutComponent::depths),
13 Field(
Name(
"offset"), &TrajectoryLayoutComponent::offset),
16 TypeDatabase::createType<TrajectoryLayoutComponent>().setBase<Component>().setFields(fields);
Field definition describing a single data member of a data structure.
Contains reflection support.
Represents an unique name.