update README

This commit is contained in:
yhh
2020-09-16 18:17:42 +08:00
parent 4294632909
commit f33bac012a

View File

@@ -121,7 +121,7 @@ ecs更灵活可以更好的集中、组织、排序和过滤游戏中的对
所以ecs在设计当中拥有四种重要类型世界Scene过滤器Matcher系统System和实体(Entity) 所以ecs在设计当中拥有四种重要类型世界Scene过滤器Matcher系统System和实体(Entity)
## 世界Scene ## [世界Scene](https://github.com/esengine/egret-framework/wiki/%E5%9C%BA%E6%99%AF-Scene)
Scene是ecs包含系统和实体最外面的容器。 Scene是ecs包含系统和实体最外面的容器。
## 实体Entity ## 实体Entity