docs: 更新 v2.3.0 版本文档和 changelog
- 添加 v2.3.0 changelog(中英文) - 更新文档版本号从 v2.2.22+ 到 v2.3.0+ - 更新 package.json 版本至 2.3.0 - vitepress 配置添加 ignoreDeadLinks
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# System Architecture
|
||||
# System Architecture
|
||||
|
||||
In ECS architecture, Systems are where business logic is processed. Systems are responsible for performing operations on entities that have specific component combinations, serving as the logic processing units of ECS architecture.
|
||||
|
||||
@@ -336,7 +336,7 @@ The framework creates a snapshot of the entity list before each `process`/`lateP
|
||||
|
||||
## Command Buffer (CommandBuffer)
|
||||
|
||||
> **v2.2.22+**
|
||||
> **v2.3.0+**
|
||||
|
||||
CommandBuffer provides a mechanism for deferred execution of entity operations. When you need to destroy entities or perform other operations that might affect iteration during processing, CommandBuffer allows you to defer these operations to the end of the frame.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user