Files
netease-modsdk-wiki/docs/mcguide/20-玩法开发/12-可视化编程/10-新版逻辑编辑器使用说明/60-在文档中查阅内置游戏接口.md
2025-03-17 13:24:39 +08:00

29 lines
889 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 在文档中查阅内置游戏接口
新版编辑器有大量的**内置游戏接口**开发者在使用时可能难以通过节点本身样式了解到该节点是如何使用的。在这种情况下开发者可以使用节点的接口名在官网API文档中查阅对应接口的说明。
第一步选中节点在右侧属性窗口中找到该内置游戏接口的接口名通过ctrl+c复制下来。
![](./images/7-1.png)
第二步:打开开发者官网的[API文档](https://mc.163.com/dev/mcmanual/mc-dev/mcdocs/0-%E6%A6%82%E8%BF%B0/0-%E6%A6%82%E8%BF%B0.html)。
![](./images/7-2.png)
第三步:将复制下来的接口名粘贴到页面搜索框中,然后在弹出的搜索结果中根据接口类别找到对应的接口。
![](./images/7-3.png)
第四步:点击后,会自动跳转到对应接口的说明文档。
![](./images/7-4.png)