书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 9537 个相关结果.
  • CLion

    CLion 导入项目 调试项目 CLion CLion <https://www.jetbrains.com/clion/&gt ; _是一个商业化的 JetBrains <https://www.jetbrains.com/&gt ; _的C++IDE. 导入项目 CLion需要一个``CMakeLists.txt``文件作为项目文件,这...
  • Available 3D formats

    Available 3D formats 从 Blender 导出 glTF 2.0 文件(推荐) Importing .blend files directly within Godot 从 Blender 导出的 DAE 文件 Importing OBJ files in Godot Importing FBX files in Godot ...
  • Introduction

    Introduction Before you start About Godot Engine Organization of the documentation About this documentation Introduction func _ready (): print ( "Hello world!" ) W...
  • Coding the player

    Coding the player Choosing animations Preparing for collisions Up to date This page is up to date for Godot 4.1 . If you still find outdated information, please open an issue...
  • Getting the source

    Getting the source Downloading the Godot source code Getting the source Downloading the Godot source code Before getting into the SCons build system and compiling Godot, yo...
  • 迁移到新版本

    迁移到新版本 迁移到新版本 Godot 松散地遵守 一种语义版本系统,其中假定次要版本和补丁版本之间的兼容性,而主要版本可能会这种破坏兼容性。因此,在项目开发过程中,通常不建议在主要版本之间移动项目,尤其当你已经在这些版本上工作了很长时间。 不过,引擎内部的新功能、可用性改进或范式转变可能会促使你进行升级。下面列出的文章应该有助于你在不同版本之间升...
  • Your first 2D game

    Your first 2D game 先决条件 Contents Your first 2D game In this step-by-step tutorial series, you will create your first complete 2D game with Godot. By the end of the series, you...
  • CLion

    CLion Importing the project Debugging the project CLion CLion is a commercial JetBrains IDE for C++. Importing the project CLion requires a CMakeLists.txt file as a proje...
  • Binding to external libraries

    Binding to external libraries Modules Using the module Binding to external libraries Modules The Summator example in Custom modules in C++ is great for small, custom modul...
  • Using C++ profilers

    Using C++ profilers Recommended profilers Setting up Godot Benchmarking startup/shutdown times Profiler-specific instructions VerySleepy HotSpot Xcode Instruments Up to da...