* docs: add editor-app README with setup instructions * docs: add separate EN/CN editor setup guides * feat(ecs): add @NetworkEntity decorator for auto spawn/despawn broadcasting - Add @NetworkEntity decorator to mark components for automatic network broadcasting - ECSRoom now auto-broadcasts spawn on component:added event - ECSRoom now auto-broadcasts despawn on entity:destroyed event - Entity.destroy() emits entity:destroyed event via ECSEventType - Entity active state changes emit ENTITY_ENABLED/ENTITY_DISABLED events - Add enableAutoNetworkEntity config option to ECSRoom (default true) - Update documentation for both Chinese and English
56 lines
1.7 KiB
Markdown
56 lines
1.7 KiB
Markdown
# @esengine/spatial
|
|
|
|
## 3.0.0
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies []:
|
|
- @esengine/ecs-framework@2.6.0
|
|
- @esengine/blueprint@3.0.0
|
|
|
|
## 2.0.1
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`a08a84b`](https://github.com/esengine/esengine/commit/a08a84b7db28e1140cbc637d442552747ad81c76)]:
|
|
- @esengine/ecs-framework@2.5.1
|
|
- @esengine/blueprint@2.0.1
|
|
|
|
## 2.0.0
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`1f297ac`](https://github.com/esengine/esengine/commit/1f297ac769e37700f72fb4425639af7090898256)]:
|
|
- @esengine/ecs-framework@2.5.0
|
|
- @esengine/blueprint@2.0.0
|
|
|
|
## 1.0.4
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`7d74623`](https://github.com/esengine/esengine/commit/7d746237100084ac3456f1af92ff664db4e50cc8)]:
|
|
- @esengine/ecs-framework@2.4.4
|
|
- @esengine/blueprint@1.0.2
|
|
|
|
## 1.0.3
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`ce2db4e`](https://github.com/esengine/esengine/commit/ce2db4e48a7cdac44265420ef16e83f6424f4dea)]:
|
|
- @esengine/ecs-framework@2.4.3
|
|
- @esengine/blueprint@1.0.1
|
|
|
|
## 1.0.2
|
|
|
|
### Patch Changes
|
|
|
|
- [`d66c180`](https://github.com/esengine/esengine/commit/d66c18041ebffa67b4dd12a026075e22dc1f5d36) Thanks [@esengine](https://github.com/esengine)! - fix(spatial): 修复 GridAOI 可见性更新问题
|
|
- 修复 `addObserver` 时现有观察者无法检测到新实体的问题
|
|
- 修复实体远距离移动时观察者可见性未正确更新的问题
|
|
|
|
## 1.0.1
|
|
|
|
### Patch Changes
|
|
|
|
- [#347](https://github.com/esengine/esengine/pull/347) [`ede440d`](https://github.com/esengine/esengine/commit/ede440d277e5834f7ccf5e771d2186873570438b) Thanks [@esengine](https://github.com/esengine)! - fix: 补充 peerDependencies, repository 和 keywords 配置
|