书栈网 · BookStack 本次搜索耗时 0.045 秒,为您找到 1129 个相关结果.
  • Godot interfaces

    Godot interfaces Acquiring object references Accessing data or logic from an object Up to date This page is up to date for Godot 4.0 . If you still find outdated information,...
  • Godot接口

    Godot接口 获取对象引用 从对象访问数据或逻辑 Godot接口 通常,需要依赖于功能的其他对象的脚本。这个过程分为两部分: 获取对可能具有这些功能的对象的引用。 从对象访问数据或逻辑。 本教程的其余部分,概述了完成所有这些操作的各种方法。 获取对象引用 对所有 Object 来说,引用它们最基本的方法,是从另一个获取的实例中,获...
  • Mouse and input coordinates

    Mouse and input coordinates About Hardware display coordinates Viewport display coordinates Mouse and input coordinates About The reason for this small tutorial is to clear ...
  • Godot interfaces

    Godot interfaces Acquiring object references Accessing data or logic from an object Godot interfaces Often one needs scripts that rely on other objects for features. There are...
  • Recording with microphone

    Recording with microphone The structure of the demo Recording with microphone Godot supports in-game audio recording for Windows, macOS, Linux, Android and iOS. A simple demo...
  • Godot 接口

    Godot 接口 获取对象引用 从对象访问数据或逻辑 Godot 接口 脚本常常需要依赖其他对象来获取功能。这个过程分为两部分: 获取对可能具有这些功能的对象的引用。 从对象访问数据或逻辑。 接下来,本教程将介绍多种方法来完成这些操作。 获取对象引用 对所有 Object 来说,获得引用的最基础的方法,是通过另一个已获得引用的对...
  • Cross-language scripting

    Cross-language scripting Instantiating nodes Instantiating C# nodes from GDScript Instantiating GDScript nodes from C Accessing fields Accessing C# fields from GDScript Accessi...
  • Godot接口

    Godot接口 获取对象引用 从对象访问数据或逻辑 Godot接口 通常,需要依赖于功能的其他对象的脚本.这个过程分为两部分: 获取对可能具有这些功能的对象的引用. 从对象访问数据或逻辑. 本教程的其余部分,概述了完成所有这些操作的各种方法. 获取对象引用 对所有 Object 来说,引用它们最基本的方法,是从另一个获取的实...
  • Recording with microphone

    Recording with microphone The structure of the demo Work in progress The content of this page was not yet updated for Godot 4.2 and may be outdated . If you know how to improv...
  • NodePath

    NodePath Description Tutorials Constructors Methods Operators Constructor Descriptions Method Descriptions Operator Descriptions Up to date This page is up to date for ...