NasNas
An intuitive and beginner friendly 2D game framework for C++
Public Member Functions | Protected Member Functions | List of all members
ns::EntityObject Class Reference

Public Member Functions

template<class TComp , typename ... Targs>
TComp & add (Targs ...args)
 
template<typename TComp >
void remove ()
 
template<typename TComp >
auto has () const -> bool
 
template<typename TComp >
auto get () const -> TComp &
 

Protected Member Functions

auto getId () const -> ecs::Entity
 

Detailed Description

Definition at line 11 of file EntityObject.hpp.


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