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

    Compiling for Android Note Requirements Setting up the buildsystem Building the export templates Adding support for x86 devices Cleaning the generated export templates Using ...
  • Introduction

    Introduction Before you start About Godot Engine About the documentation Organization of the documentation Introduction func _ready (): $Label . text = "Hello world...
  • Compiling for the Web

    Compiling for the Web Requirements Building export templates GDExtension Building the editor Up to date This page is up to date for Godot 4.0 . If you still find outdated i...
  • EditorTranslationParserPlugin

    EditorTranslationParserPlugin Description Methods Method Descriptions User-contributed notes EditorTranslationParserPlugin Inherits: RefCounted < Object Plugin for addi...
  • EditorPaths

    EditorPaths Description Tutorials Methods Method Descriptions User-contributed notes EditorPaths Inherits: Object Editor-only singleton that returns paths to various OS-...
  • Bisecting regressions

    Bisecting regressions What is bisecting? Using official builds to speed up bisecting The Git bisect command Determine the commit hashes Build the engine Run the engine Up t...
  • Migrating to a new version

    Migrating to a new version Migrating to a new version Godot loosely follows a semantic versioning system, where compatibility is assumed between minor and patch releases, while...
  • C#/.NET

    C#/.NET C# 的 Godot API C# 平台支持 C#/.NET C# 是由微软开发的高级编程语言。Godot 支持将 C# 作为一种脚本语言的选择,与 Godot 自有的 GDScript 并列。 标准的 Godot 可执行文件并不自带 C# 支持。要为你的项目启用 C# 支持,你需要从 Godot 网站 下载 .NET 版本 ...
  • 社区渠道

    社区渠道 问答 Rocket.Chat Libera.Chat 的 IRC 其他聊天 基于语言的社区 社交网络 论坛 社区渠道 那么,Godot社区在哪里?在哪里可以提出问题并获得帮助? 请注意, 其中一些渠道由Godot社区的或第三方的成员运营和审核. 有关这些渠道的简要概述也可在 Godot 网站 上找到. 问答 Godo...
  • Introduction to editor development

    Introduction to editor development Technical choices Directory structure Editor dependencies in scene/ files Development tips Introduction to editor development On this pag...