# {py:mod}`simvx.editor.app` ```{py:module} simvx.editor.app ``` ```{autodoc2-docstring} simvx.editor.app :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`EditorShell ` - ```{autodoc2-docstring} simvx.editor.app.EditorShell :summary: ``` ```` ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`launch ` - ```{autodoc2-docstring} simvx.editor.app.launch :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`log ` - ```{autodoc2-docstring} simvx.editor.app.log :summary: ``` ```` ### API ````{py:data} log :canonical: simvx.editor.app.log :value: > 'getLogger(...)' ```{autodoc2-docstring} simvx.editor.app.log ``` ```` `````{py:class} EditorShell(project_path: str | None = None, **kwargs) :canonical: simvx.editor.app.EditorShell Bases: {py:obj}`simvx.core.Node` ```{autodoc2-docstring} simvx.editor.app.EditorShell ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} simvx.editor.app.EditorShell.__init__ ``` ````{py:method} ready() :canonical: simvx.editor.app.EditorShell.ready ```{autodoc2-docstring} simvx.editor.app.EditorShell.ready ``` ```` ````{py:method} process(dt: float) :canonical: simvx.editor.app.EditorShell.process ```{autodoc2-docstring} simvx.editor.app.EditorShell.process ``` ```` ````{py:property} scene_tree_panel :canonical: simvx.editor.app.EditorShell.scene_tree_panel ```{autodoc2-docstring} simvx.editor.app.EditorShell.scene_tree_panel ``` ```` ````{py:property} inspector_panel :canonical: simvx.editor.app.EditorShell.inspector_panel ```{autodoc2-docstring} simvx.editor.app.EditorShell.inspector_panel ``` ```` ````{py:method} save_layout() -> dict :canonical: simvx.editor.app.EditorShell.save_layout ```{autodoc2-docstring} simvx.editor.app.EditorShell.save_layout ``` ```` ````{py:method} restore_layout(data: dict) :canonical: simvx.editor.app.EditorShell.restore_layout ```{autodoc2-docstring} simvx.editor.app.EditorShell.restore_layout ``` ```` ````{py:attribute} script_error_raised :canonical: simvx.editor.app.EditorShell.script_error_raised :value: > 'Signal(...)' ```` ````{py:method} __init_subclass__(**kwargs) :canonical: simvx.editor.app.EditorShell.__init_subclass__ :classmethod: ```` ````{py:property} name :canonical: simvx.editor.app.EditorShell.name :type: str ```` ````{py:property} process_mode :canonical: simvx.editor.app.EditorShell.process_mode :type: simvx.core.descriptors.ProcessMode ```` ````{py:method} reset_error() -> None :canonical: simvx.editor.app.EditorShell.reset_error ```` ````{py:method} add_child(node: simvx.core.node.Node) -> simvx.core.node.Node :canonical: simvx.editor.app.EditorShell.add_child ```` ````{py:method} remove_child(node: simvx.core.node.Node) :canonical: simvx.editor.app.EditorShell.remove_child ```` ````{py:method} reparent(new_parent: simvx.core.node.Node) :canonical: simvx.editor.app.EditorShell.reparent ```` ````{py:method} get_node(path: str) -> simvx.core.node.Node :canonical: simvx.editor.app.EditorShell.get_node ```` ````{py:method} find_child(name: str, recursive: bool = False) -> simvx.core.node.Node | None :canonical: simvx.editor.app.EditorShell.find_child ```` ````{py:method} find(node_type: type) -> simvx.core.node.Node | None :canonical: simvx.editor.app.EditorShell.find ```` ````{py:method} find_all(node_type: type, recursive: bool = True) -> list :canonical: simvx.editor.app.EditorShell.find_all ```` ````{py:property} path :canonical: simvx.editor.app.EditorShell.path :type: str ```` ````{py:method} add_to_group(group: str) :canonical: simvx.editor.app.EditorShell.add_to_group ```` ````{py:method} remove_from_group(group: str) :canonical: simvx.editor.app.EditorShell.remove_from_group ```` ````{py:method} is_in_group(group: str) -> bool :canonical: simvx.editor.app.EditorShell.is_in_group ```` ````{py:method} enter_tree() -> None :canonical: simvx.editor.app.EditorShell.enter_tree ```` ````{py:method} exit_tree() -> None :canonical: simvx.editor.app.EditorShell.exit_tree ```` ````{py:method} physics_process(dt: float) -> None :canonical: simvx.editor.app.EditorShell.physics_process ```` ````{py:method} draw(renderer) -> None :canonical: simvx.editor.app.EditorShell.draw ```` ````{py:method} input_event(event: simvx.core.events.InputEvent) -> None :canonical: simvx.editor.app.EditorShell.input_event ```` ````{py:method} input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.editor.app.EditorShell.input ```` ````{py:method} unhandled_input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.editor.app.EditorShell.unhandled_input ```` ````{py:method} start_coroutine(gen: simvx.core.descriptors.Coroutine) -> simvx.core.descriptors.CoroutineHandle :canonical: simvx.editor.app.EditorShell.start_coroutine ```` ````{py:method} stop_coroutine(gen_or_handle) :canonical: simvx.editor.app.EditorShell.stop_coroutine ```` ````{py:method} destroy() :canonical: simvx.editor.app.EditorShell.destroy ```` ````{py:attribute} queue_free :canonical: simvx.editor.app.EditorShell.queue_free :value: > None ```` ````{py:property} tree :canonical: simvx.editor.app.EditorShell.tree :type: simvx.core.scene_tree.SceneTree ```` ````{py:method} get_tree() -> simvx.core.scene_tree.SceneTree :canonical: simvx.editor.app.EditorShell.get_tree ```` ````{py:method} __getitem__(key: str) :canonical: simvx.editor.app.EditorShell.__getitem__ ```` ````{py:method} get_properties() -> dict[str, simvx.core.descriptors.Property] :canonical: simvx.editor.app.EditorShell.get_properties :classmethod: ```` ````{py:attribute} get_settings :canonical: simvx.editor.app.EditorShell.get_settings :value: > None ```` ````{py:method} __repr__() :canonical: simvx.editor.app.EditorShell.__repr__ ```` ````` ````{py:function} launch(project_path: str | None = None) :canonical: simvx.editor.app.launch ```{autodoc2-docstring} simvx.editor.app.launch ``` ````