Class HierarchySystem

Inheritance Relationships

Base Type

Class Documentation

class legion::core::HierarchySystem : public legion::core::System<HierarchySystem>

Public Functions

void onPositionModified(events::component_modification<position> *event)
void onRotationModified(events::component_modification<rotation> *event)
void onScaleModified(events::component_modification<scale> *event)
void onPositionBulkModified(events::bulk_component_modification<position> *event)
void onRotationBulkModified(events::bulk_component_modification<rotation> *event)
void onScaleBulkModified(events::bulk_component_modification<scale> *event)
virtual void setup()