mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-04-19 17:48:39 +00:00
17 lines
629 B
Plaintext
17 lines
629 B
Plaintext
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
# 使用指南
|
|
|
|
:::caution 注意
|
|
|
|
在几乎所有平台上引擎都是使用 WebGL 渲染模式,所以服务包的大部分特性都未支持引擎的 Canvas 渲染模式,部分特性在 3D 节点下不生效。
|
|
|
|
:::
|
|
|
|
在 [入门教程](../start-guide/start-guide-intro) 里,你应该对如何更好地使用安装服务包后的引擎已经有所了解了。
|
|
|
|
而在这里会更进一步,你能了解到服务包为引擎添加的所有特性:
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|