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

    Documentation guidelines How to contribute The ‘Edit on GitHub’ link What makes good documentation? Titles Translating existing pages License Documentation guidelines Thi...
  • 使用外部的文本编辑器

    使用外部的文本编辑器 在调试器中使用外部编辑器 官方编辑器插件 LSP/DAP 支持 Visual Studio Code Emacs 使用外部的文本编辑器 本页面讲述的是如何使用外部文本编辑器编写代码。 备注 To code C# in an external editor, see the C# guide to configure ...
  • Exporting projects

    Exporting projects Why export? On PC On mobile Export menu Export templates Resource options Configuration files Exporting from the command line PCK versus ZIP pack file fo...
  • GLTFDocument

    GLTFDocument Description Tutorials Properties Methods Enumerations Property Descriptions Method Descriptions GLTFDocument Inherits: Resource < RefCounted < Object ...
  • Compiling for Universal Windows Platform

    Compiling for Universal Windows Platform Requirements Compiling Creating UWP export templates Running UWP apps with Visual Studio Compiling for Universal Windows Platform ...
  • GLTFState

    GLTFState Description Properties Methods Constants Property Descriptions Method Descriptions Up to date This page is up to date for Godot 4.0 . If you still find outdated...
  • AR/VR primer

    AR/VR primer AR/VR server New AR/VR nodes Official plugins and resources Other things to consider AR/VR primer This tutorial gives you a springboard into the world of AR and...
  • 使用 C++ 性能分析器

    使用 C++ 性能分析器 性能分析器推荐 设置 Godot 测量启动/关闭耗时 性能分析器指令 VerySleepy HotSpot Xcode Instruments 使用 C++ 性能分析器 要优化 Godot 的性能,你首先得知道要优化什么,性能分析器在这方面非常有用。 注解 编辑器中内置了一个 GDScript 的性能分析器,...
  • Introduction to editor development

    Introduction to editor development Technical choices Directory structure Editor dependencies in scene/ files Development tips User-contributed notes Introduction to editor...
  • 文件系统

    文件系统 前言 实现 project.godot 路径分隔符 资源路径 用户路径 主机文件系统 缺点 文件系统 前言 文件系统管理资源的存储方式和访问方式. 精心设计的文件系统还允许多个开发人员在协作时编辑相同的源文件和资源.Godot将所有资源作为文件存储在其文件系统中. 实现 文件系统将资源存储在磁盘上. 从脚本到场景或PNG...