mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2024-12-26 11:48:29 +00:00
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}/>
|