|
@@ -6848,7 +6848,7 @@ void EditorSpatialGizmoPlugin::_bind_methods() {
|
|
|
ClassDB::bind_method(D_METHOD("create_handle_material", "name", "billboard"), &EditorSpatialGizmoPlugin::create_handle_material, DEFVAL(false));
|
|
|
ClassDB::bind_method(D_METHOD("add_material", "name", "material"), &EditorSpatialGizmoPlugin::add_material);
|
|
|
|
|
|
- ClassDB::bind_method(D_METHOD("get_material", "name", "gizmo"), &EditorSpatialGizmoPlugin::get_material); //, DEFVAL(Ref<EditorSpatialGizmo>()));
|
|
|
+ ClassDB::bind_method(D_METHOD("get_material", "name", "gizmo"), &EditorSpatialGizmoPlugin::get_material, DEFVAL(Ref<EditorSpatialGizmo>()));
|
|
|
|
|
|
BIND_VMETHOD(MethodInfo(Variant::STRING, "get_name"));
|
|
|
BIND_VMETHOD(MethodInfo(Variant::INT, "get_priority"));
|