This translation is community contributed and may not be up to date. We only maintain the English version of the documentation. Read this manual in English
Defold SDK 包含了应用运行的原生平台底层接口与高层Lua逻辑接口来实现原生扩展的功能.
你可以通过引用 dmsdk/sdk.h
头文件来使用 Defold SDK:
#include <dmsdk/sdk.h>
可用的SDK功能都在 API文档 里写明了. SDK包含以下命名空间和功能:
dmHttpServer
的高级单线程web服务器.如果需要 dmsdk/sdk.h
头文件请到 Defold 官方 Github 库 查询, 这里有 各种命名空间的头文件.
Did you spot an error or do you have a suggestion? Please let us know on GitHub!
GITHUB