EditorInterface¶
Category: Core
Brief Description¶
Member Functions¶
void | edit_resource ( Resource resource ) |
Control | get_base_control ( ) |
Node | get_edited_scene_root ( ) |
EditorSettings | get_editor_settings ( ) |
Control | get_editor_viewport ( ) |
Array | get_open_scenes ( ) const |
EditorFileSystem | get_resource_filesystem ( ) |
EditorResourcePreview | get_resource_previewer ( ) |
ScriptEditor | get_script_editor ( ) |
EditorSelection | get_selection ( ) |
void | inspect_object ( Object object, String for_property=null ) |
Array | make_mesh_previews ( Array arg0, int arg1 ) |
void | open_scene_from_path ( String scene_filepath ) |
void | reload_scene_from_path ( String scene_filepath ) |
int | save_scene ( ) |
void | save_scene_as ( String path, bool with_preview=null ) |
Member Function Description¶
- void edit_resource ( Resource resource )
- Control get_base_control ( )
- Node get_edited_scene_root ( )
- EditorSettings get_editor_settings ( )
- Control get_editor_viewport ( )
- Array get_open_scenes ( ) const
- EditorFileSystem get_resource_filesystem ( )
- EditorResourcePreview get_resource_previewer ( )
- ScriptEditor get_script_editor ( )
- EditorSelection get_selection ( )
- void open_scene_from_path ( String scene_filepath )
- void reload_scene_from_path ( String scene_filepath )
- int save_scene ( )