mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2024-12-26 11:48:29 +00:00
17 lines
639 B
Plaintext
17 lines
639 B
Plaintext
|
import DocCardList from '@theme/DocCardList';
|
||
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||
|
|
||
|
# 使用指南
|
||
|
|
||
|
在 [入门教程](../start-guide/start-guide-intro.mdx) 里,你应该对如何更好地使用安装增强包后的引擎已经有所了解了。
|
||
|
|
||
|
通过该指南你可以更详细地了解增强包为引擎添加的每个特性与改动:
|
||
|
|
||
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
||
|
|
||
|
:::caution 注意
|
||
|
|
||
|
在几乎所有平台上引擎都是使用 WebGL 渲染模式,所以增强包的大部分特性都未支持引擎的 Canvas 渲染模式,部分特性在 3D 节点下不生效。
|
||
|
|
||
|
:::
|