-
Godot API 的标头由 GDNative 模块提供,即 godot-headers
资源介绍
godot-headers
GDNative / NativeScript
GDNative允许在内部使用动态链接库。
NativeScript使用 GDNative 来实现由本机代码支持的脚本。
入门
构建最新版本的 Godot
将 godot-headers 克隆到库中
在SimpleLibrary/下克隆godot-headers
cd SimpleLibrary
git clone https://github.com/godotengine/godot-headers
请注意,此存储库的 master 分支包含最新 Godot master 的标头。 如果要为旧版本的 Godot 构建 GDNative 模块,请将-b 添加到上面的 git clone 命令。 即git clone https://github.com/godotengine/godo