Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

Node3DGizmo

继承: RefCounted < Object

派生: EditorNode3DGizmo

用于公开 Node3D 编辑器小工具的抽象类。

描述

该抽象类有助于将 Node3D 场景与特定于编辑器的 EditorNode3DGizmo 类连接起来。

Node3DGizmo 本身没有公开的 API,请参考 Node3D.add_gizmo 并向其传递一个 EditorNode3DGizmo 实例。