EditorInterface
Inherits: Object
There is currently no description for this class. Please help us by contributing one!
Properties
Methods
Property Descriptions
bool distraction_free_mode
There is currently no description for this property. Please help us by contributing one!
bool movie_maker_enabled
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
void edit_node ( Node node )
There is currently no description for this method. Please help us by contributing one!
void edit_resource ( Resource resource )
There is currently no description for this method. Please help us by contributing one!
void edit_script ( Script script, int line=-1, int column=0, bool grab_focus=true )
There is currently no description for this method. Please help us by contributing one!
Control get_base_control ( ) const
There is currently no description for this method. Please help us by contributing one!
EditorCommandPalette get_command_palette ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_current_directory ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_current_feature_profile ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_current_path ( ) const
There is currently no description for this method. Please help us by contributing one!
Node get_edited_scene_root ( ) const
There is currently no description for this method. Please help us by contributing one!
VBoxContainer get_editor_main_screen ( ) const
There is currently no description for this method. Please help us by contributing one!
EditorPaths get_editor_paths ( ) const
There is currently no description for this method. Please help us by contributing one!
float get_editor_scale ( ) const
There is currently no description for this method. Please help us by contributing one!
EditorSettings get_editor_settings ( ) const
There is currently no description for this method. Please help us by contributing one!
Theme get_editor_theme ( ) const
There is currently no description for this method. Please help us by contributing one!
SubViewport get_editor_viewport_2d ( ) const
There is currently no description for this method. Please help us by contributing one!
SubViewport get_editor_viewport_3d ( int idx=0 ) const
There is currently no description for this method. Please help us by contributing one!
FileSystemDock get_file_system_dock ( ) const
There is currently no description for this method. Please help us by contributing one!
EditorInspector get_inspector ( ) const
There is currently no description for this method. Please help us by contributing one!
PackedStringArray get_open_scenes ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_playing_scene ( ) const
There is currently no description for this method. Please help us by contributing one!
EditorFileSystem get_resource_filesystem ( ) const
There is currently no description for this method. Please help us by contributing one!
EditorResourcePreview get_resource_previewer ( ) const
There is currently no description for this method. Please help us by contributing one!
ScriptEditor get_script_editor ( ) const
There is currently no description for this method. Please help us by contributing one!
PackedStringArray get_selected_paths ( ) const
There is currently no description for this method. Please help us by contributing one!
EditorSelection get_selection ( ) const
There is currently no description for this method. Please help us by contributing one!
void inspect_object ( Object object, String for_property=””, bool inspector_only=false )
There is currently no description for this method. Please help us by contributing one!
bool is_multi_window_enabled ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_playing_scene ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_plugin_enabled ( String plugin ) const
There is currently no description for this method. Please help us by contributing one!
Texture2D[] make_mesh_previews ( Mesh[] meshes, int preview_size )
There is currently no description for this method. Please help us by contributing one!
void mark_scene_as_unsaved ( )
There is currently no description for this method. Please help us by contributing one!
void open_scene_from_path ( String scene_filepath )
There is currently no description for this method. Please help us by contributing one!
void play_current_scene ( )
There is currently no description for this method. Please help us by contributing one!
void play_custom_scene ( String scene_filepath )
There is currently no description for this method. Please help us by contributing one!
void play_main_scene ( )
There is currently no description for this method. Please help us by contributing one!
void popup_dialog ( Window dialog, Rect2i rect=Rect2i(0, 0, 0, 0) )
There is currently no description for this method. Please help us by contributing one!
void popup_dialog_centered ( Window dialog, Vector2i minsize=Vector2i(0, 0) )
There is currently no description for this method. Please help us by contributing one!
void popup_dialog_centered_clamped ( Window dialog, Vector2i minsize=Vector2i(0, 0), float fallback_ratio=0.75 )
There is currently no description for this method. Please help us by contributing one!
void popup_dialog_centered_ratio ( Window dialog, float ratio=0.8 )
There is currently no description for this method. Please help us by contributing one!
void popup_node_selector ( Callable callback, StringName[] valid_types=[] )
There is currently no description for this method. Please help us by contributing one!
void popup_property_selector ( Object object, Callable callback, PackedInt32Array type_filter=PackedInt32Array() )
There is currently no description for this method. Please help us by contributing one!
void reload_scene_from_path ( String scene_filepath )
There is currently no description for this method. Please help us by contributing one!
void restart_editor ( bool save=true )
There is currently no description for this method. Please help us by contributing one!
void save_all_scenes ( )
There is currently no description for this method. Please help us by contributing one!
Error save_scene ( )
There is currently no description for this method. Please help us by contributing one!
void save_scene_as ( String path, bool with_preview=true )
There is currently no description for this method. Please help us by contributing one!
void select_file ( String file )
There is currently no description for this method. Please help us by contributing one!
void set_current_feature_profile ( String profile_name )
There is currently no description for this method. Please help us by contributing one!
void set_main_screen_editor ( String name )
There is currently no description for this method. Please help us by contributing one!
void set_plugin_enabled ( String plugin, bool enabled )
There is currently no description for this method. Please help us by contributing one!
void stop_playing_scene ( )
There is currently no description for this method. Please help us by contributing one!