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

    Introduction Up to date This page is up to date for Godot 4.1 . If you still find outdated information, please open an issue . Introduction This series will introduce you to ...
  • CLion

    CLion 导入项目 调试项目 CLion CLion 是一个商业化的 JetBrains C++ IDE。 导入项目 CLion需要一个 CMakeLists.txt 文件作为项目文件, 这对Godot来说是个问题, 因为它使用SCons构建系统而不是CMake. 然而, 有一个 CMakeLists.txt 配置 Android S...
  • CLion

    CLion 导入项目 调试项目 CLion CLion <https://www.jetbrains.com/clion/&gt ; _是一个商业化的 JetBrains <https://www.jetbrains.com/&gt ; _的C++IDE. 导入项目 CLion需要一个 CMakeLists.txt 文件作为项目文件, 这对G...
  • Exporting packs, patches, and mods

    Exporting packs, patches, and mods Use cases Overview of PCK files Generating PCK files Opening PCK files at runtime Summary Exporting packs, patches, and mods Use cases O...
  • Basic XR Locomotion

    Basic XR Locomotion Adding our player body Adding a floor Direct movement Teleport More advanced movement features Up to date This page is up to date for Godot 4.1 . If yo...
  • Setting up XR

    Setting up XR Introduction to the XR system in Godot Prerequisites for XR in Godot 4 OpenXR Setting up the XR scene Up to date This page is up to date for Godot 4.0 . If yo...
  • Cubemap

    Cubemap Description Methods Method Descriptions Cubemap Inherits: ImageTextureLayered < TextureLayered < Texture < Resource < RefCounted < Object Six square text...
  • VisualShaderNodeIntFunc

    VisualShaderNodeIntFunc Description Properties Enumerations Property Descriptions Up to date This page is up to date for Godot 4.0 . If you still find outdated information,...
  • 前言

    前言 前言 本系列是最佳实践的合集,可让你在使用 Godot 时更加高效。 在 Godot 中,你在项目代码结构和拆分场景方面有很大的自由度。不同的做法有不同的优缺点,如果使用引擎的时间不够长,是很难进行权衡的。 构造代码和解决特定编程问题的方法总是有很多的,这里不可能涵盖所有内容。 这就是为什么每篇文章都是从某个现实世界的问题开始的。我们会将每...
  • 最佳实践

    最佳实践 最佳实践 前言 在 Godot 中应用面向对象原则 场景组织 何时使用场景与脚本 自动加载与常规节点 何时以及如何避免为任何事情使用节点 Godot 接口 Godot 通知 数据偏好 逻辑偏好 项目组织 版本控制系统 Previous Next © 版权所有 2014-present Juan Liniet...