blob: 96b7c6cb7f27f1a8f1e9e4d82fda0376ad5a8b00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
// vim:ft=doxygen
/**
\htmlonly
<style>
table.memberdecls { display: none; }
ul { margin: 1ex 0pt; }
</style>
\endhtmlonly
\defgroup feature Features
\brief Engine components
This page lists engine features and contains usage instructions for each
feature.
\par Features
- Scripting
- \ref feature_script <br>\copybrief feature_script
- Game flow management
- \ref feature_scene <br>\copybrief feature_scene
- Entity
- \ref feature_gameobject <br>\copybrief feature_gameobject
*/
|