Slight addition to EC::Manager documentation
This commit is contained in:
parent
bfac16072c
commit
a28a68cc65
1 changed files with 7 additions and 0 deletions
|
@ -250,6 +250,13 @@ namespace EC
|
||||||
|
|
||||||
/*! \class EC::Manager
|
/*! \class EC::Manager
|
||||||
\brief Manages an EntityComponent system.
|
\brief Manages an EntityComponent system.
|
||||||
|
|
||||||
|
EC::Manager must be created with a list of all used Components and all used tags.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
\code{.cpp}
|
||||||
|
EC::Manager<TypeList<C0, C1, C2>, TypeList<T0, T1>> manager;
|
||||||
|
\endcode
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*! \fn EC::Manager::Manager()
|
/*! \fn EC::Manager::Manager()
|
||||||
|
|
Loading…
Reference in a new issue