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

    Dictionary Description Tutorials Constructors Methods Operators Constructor Descriptions Method Descriptions Operator Descriptions Up to date This page is up to date fo...
  • 使用 Sanitizer

    使用 Sanitizer 什么是 Sanitizer? 在 Godot 中使用 Sanitizer 地址 Sanitizer(ASAN) 泄漏 Sanitizer(LSAN) 内存 Sanitizer(MSAN) 线程 Sanitizer(TSAN) 未定义行为 Sanitizer(UBSAN) 平台相关 Sanitizer Web ...
  • Scripting

    Scripting Programming languages Core features Up to date This page is up to date for Godot 4.1 . If you still find outdated information, please open an issue . Scripting Th...
  • AR / VR示例

    AR / VR示例 AR / VR服务器 新的AR / VR节点 Official plugins and resources 其他需要考虑的事情 AR / VR示例 本教程为您提供了迈向Godot游戏引擎中AR和VR世界的跳板。 A new architecture was introduced in Godot 3 called the...
  • Going further

    Going further Exploring the manual Going further You can pat yourself on the back for having completed your first 3D game with Godot. In this series, we went over a wide range...
  • 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 pa...
  • 编辑器简介

    编辑器简介 编辑器的界面 Android 编辑器 Web 编辑器 高级功能 管理编辑器功能 编辑器简介 在本节中,我们将大体上地介绍 Godot 编辑器,从它的界面到如何通过命令行使用它。 编辑器的界面 以下页面介绍了如何使用 Godot 编辑器的各种窗口、工作区和面板。我们也会在其他合适的章节中介绍特定的编辑器界面。例如动画编辑器 。 ...
  • GLTFLight

    GLTFLight 描述 教程 属性 方法 属性说明 方法说明 GLTFLight 继承: Resource < RefCounted < Object 代表 GLTF 灯光。 描述 代表由 KHR_lights_punctual GLTF 扩展定义的灯光。 教程 运行时文件加载与保存 KHR_lights_...
  • GLTFDocument

    GLTFDocument 描述 教程 属性 方法 枚举 属性说明 方法说明 GLTFDocument 继承: Resource < RefCounted < Object 派生: FBXDocument 用于在 Godot 中导入和导出 glTF 文件的类。 描述 GLTFDocument 支持从 glTF 文件、...
  • Creating script templates

    Creating script templates Locating the templates Editor-defined templates Project-defined templates Template organization and naming Default behaviour and overriding it Defaul...