mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
Update README.md
This commit is contained in:
parent
05bebb50df
commit
5fd4fcff3c
@ -9,8 +9,8 @@
|
||||
</p>
|
||||
|
||||
# DragonECS - C# Entity Component System Framework
|
||||
|
||||
> **ВАЖНО!** Проект в стадии разработки. API может меняться.
|
||||
The [ECS](https://en.wikipedia.org/wiki/Entity_component_system) Framework aims to maximize usability, modularity, extensibility and performance of dynamic entity changes.
|
||||
> **NOTICE:** The project is a work in progress, API may change.
|
||||
|
||||
## Оглавление
|
||||
* [Установка](#Установка)
|
||||
@ -140,7 +140,8 @@ public sealed class EcsRunRunner : EcsRunner<IEcsRunProcess>, IEcsRunProcess
|
||||
* `DebugHideAttribute` - Скрывает тип.
|
||||
## EcsDebugUtility
|
||||
Статические класс EcsDebugUtility имеет набор методов для упрощения получения данных из Debug-Aтрибутов.
|
||||
## Debug-Сервис
|
||||
## EcsDebug
|
||||
EcsDebug Содержит в себе
|
||||
|
||||
# Расширения
|
||||
* [Автоматическое внедрение зависимостей](https://github.com/DCFApixels/DragonECS-AutoInjections)
|
||||
|
Loading…
Reference in New Issue
Block a user