You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
New API for visibility in both CanvasItem and Spatial
visible (property) - access set_visible(bool) is_visible() is_visible_in_tree() - true when visible and parents visible show() hide() - for convenience
This commit is contained in:
@@ -44,7 +44,7 @@ void EditorLog::_error_handler(void *p_self, const char*p_func, const char*p_fil
|
||||
err_str=String(p_file)+":"+itos(p_line)+" - "+String(p_error);
|
||||
}
|
||||
|
||||
// if (!self->is_visible())
|
||||
// if (!self->is_visible_in_tree())
|
||||
// self->emit_signal("show_request");
|
||||
|
||||
err_str=" "+err_str;
|
||||
|
||||
Reference in New Issue
Block a user