Skip to content

Commit 58f29c9

Browse files
committed
Expose EditorNode3DGizmo::is_selected
1 parent 3e4f548 commit 58f29c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

editor/scene/3d/node_3d_editor_gizmos.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,6 +1078,7 @@ void EditorNode3DGizmoPlugin::_bind_methods() {
10781078
ClassDB::bind_method(D_METHOD("add_material", "name", "material"), &EditorNode3DGizmoPlugin::add_material);
10791079

10801080
ClassDB::bind_method(D_METHOD("get_material", "name", "gizmo"), &EditorNode3DGizmoPlugin::get_material, DEFVAL(Ref<EditorNode3DGizmo>()));
1081+
ClassDB::bind_method(D_METHOD("is_selected"), &EditorNode3DGizmoPlugin::is_selected);
10811082

10821083
GDVIRTUAL_BIND(_has_gizmo, "for_node_3d");
10831084
GDVIRTUAL_BIND(_create_gizmo, "for_node_3d");

0 commit comments

Comments
 (0)