TailorMade 2.0
Tailor Made is a high-performance C++20 ECS library with on-the-fly entity creation and JSON-based definitions for entities, components, and their relationships.
 
Loading...
Searching...
No Matches
Component.h File Reference

Project TailorMade. More...

#include <TM_Tools.h>

Go to the source code of this file.

Classes

class  Component
 

Detailed Description

Project TailorMade.

Component implementation.

Author
Thomas K/BIDI
Version
2.0

This Component class is a general implementation of every possible components of TailorMade.

It's the main class of this project since its the one used to edit and retrieve the entity's data.

With a useful format for setting (set({data's name}, {data's value})) and getting (get<Type>({data's name})) the data.