Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
문서의 구조
GDExtension is a Godot-specific technology that lets the engine interact with native shared libraries at runtime. You can use it to run native code without compiling it with the engine.
참고
GDExtension은 스크립팅 언어가 아닙니다. :ref:`GDScript <doc_gdscript>`와 관련이 없습니다.
이 섹션에서는 GDExtension의 작동 방식을 설명하며 일반적으로 언어 바인딩 생성과 같이 처음부터 GDExtension을 만들고자 하는 사람들을 대상으로 합니다. 기존 언어 바인딩을 사용하려면 C++ (godot-cpp) 또는 :ref:`커뮤니티에서 만든 기사 <doc_what_is_gdnative_third_party_bindings>`에 대한 기사와 같은 다른 기사를 대신 참조하세요.