书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 9537 个相关结果.
  • 版本控制系统

    版本控制系统 前言 版本控制插件 官方 Git 插件 从 VCS 中排除的文件 在 Windows 上使用 Git 版本控制系统 前言 Godot 的目标是做到 VCS 友好,生成的文件大多可读、可合并。 版本控制插件 Godot 旨在对版本控制系统(Version Control System,VCS)友好,并尽量生成可读且可合并的文...
  • GDNative C++ 示例

    GDNative C++ 示例 前言 设置项目 构建 C++ 绑定 创建一个简单的插件 编译插件 使用 GDNative 模块 添加属性 信号 下一步 GDNative C++ 示例 前言 本教程建立在 GDNative C example 中给出的信息之上, 因此我们强烈建议您先阅读. GDNative的C++绑定构建在Nat...
  • Ways to contribute

    Ways to contribute Contributing code Testing and reporting issues Testing development versions Filing an issue on GitHub Contributing to the documentation Contributing transla...
  • Ways to contribute

    Ways to contribute Contributing code Testing and reporting issues Testing development versions Filing an issue on GitHub Contributing to the documentation Contributing transla...
  • Blender ESCN exporter

    Blender ESCN exporter Details on exporting Disabling specific objects Build pipeline integration Blender ESCN exporter Note This chapter relates to the Blender plugin calle...
  • Custom modules in C++

    Custom modules in C++ Modules What for? Creating a new module Using the module Compiling a module externally Improving the build system for development Writing custom documen...
  • Importing 3D scenes

    Importing 3D scenes Godot scene importer Exporting DAE files from Maya and 3DS Max Exporting glTF 2.0 files from Blender Exporting DAE files from Blender Exporting ESCN files fr...
  • Creating the enemy

    Creating the enemy Node setup Enemy script Creating the enemy Now it’s time to make the enemies our player will have to dodge. Their behavior will not be very complex: mobs wi...
  • 为 Web 平台编译

    为 Web 平台编译 需求 构建导出模板 线程和 GDNative 构建编辑器 为 Web 平台编译 需求 编译 Web 的导出模板需要以下内容: Emscripten 1.39.9+ 。 Python 3.5+ 。 SCons 3.0+ 构建系统。 参见 有关 Godot 的 SCons 用法的一般概述,请参阅 构建系...
  • Getting started with Visual Scripting

    Getting started with Visual Scripting Creating a script Adding a function Overriding a virtual function Connecting a signal to a function Creating a function manually Gett...