/
d.vision
/
division_engine_cpp
Обзор
Документация
Войти
/
d.vision
/
division_engine_cpp
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
third_party/flecs-3.2.11/examples/plecs/docs.flecs
20 строк
671 B
Den163
Added flecs and glm to the repo
31 май 2024, 23:08
31 май 2024, 23:08
5d252b3
Код
Авторство
О чём код?
// To see what the result of parsing this file looks like, copy the code and // paste it into the editor at https://flecs.dev/explorer // // To load this file yourself, call ecs_plecs_from_file("docs.flecs"); // Plecs files can be used to annotate entities and components with // documentation. These annotations use the flecs.doc addon. @brief A brief description of planet Earth @name The Earth Earth { - Planet } // Annotations can be created for entities definfed elsewhere. This makes it // possible to have a file separate from source code where you annotate your // prefabs, components and entities with documentation @brief The Position component Position