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

Hérite de : RefCounted < Object

Hérité par : EditorNode3DGizmo

Classe abstraite pour exposer des manipulateurs dans l'éditeur pour Node3D.

Description

This abstract class helps connect the Node3D scene with the editor-specific EditorNode3DGizmo class.

Node3DGizmo by itself has no exposed API, refer to Node3D.add_gizmo() and pass it an EditorNode3DGizmo instance.