Outdated documentation
This documentation page refers to Godot
4.3,
and may be outdated or incorrect.
Additionally, this engine version is
no longer supported.
Check this page in the stable branch for the latest additions and corrections.
Node3DGizmo
Inherits: RefCounted < Object
Inherited By: EditorNode3DGizmo
Abstract class to expose editor gizmos for 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.