Architecture Arcade
Architecture Commune Arcade
Public Member Functions | Public Attributes | List of all members
Arcade::ECS::IComponent Struct Reference

#include <IComponent.hpp>

Inheritance diagram for Arcade::ECS::IComponent:
Inheritance graph
Collaboration diagram for Arcade::ECS::IComponent:
Collaboration graph

Public Member Functions

virtual ~IComponent ()=default
 

Public Attributes

CompType type
 Type of the component (it let you cast without headache) More...
 
std::string id
 Name of the component. More...
 

Constructor & Destructor Documentation

◆ ~IComponent()

virtual Arcade::ECS::IComponent::~IComponent ( )
virtualdefault

Member Data Documentation

◆ id

std::string Arcade::ECS::IComponent::id

Name of the component.

◆ type

CompType Arcade::ECS::IComponent::type

Type of the component (it let you cast without headache)


The documentation for this struct was generated from the following file: