mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-03-14 07:51:02 +00:00
- Updated versions.json to include 3.1.0 - Added new images and documentation for version 3.1.0 - Created category files for user guide and installation sections
13 lines
313 B
Plaintext
13 lines
313 B
Plaintext
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
# TiledMap
|
|
|
|
社区版对 TiledMap 进行了优化:
|
|
|
|
- 复用 TiledLayer 的 Culling 数据
|
|
|
|
你可以阅读下面的文档了解详情:
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|