# {py:mod}`simvx.editor.panels.property_widgets` ```{py:module} simvx.editor.panels.property_widgets ``` ```{autodoc2-docstring} simvx.editor.panels.property_widgets :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`SectionHeader ` - ```{autodoc2-docstring} simvx.editor.panels.property_widgets.SectionHeader :summary: ``` * - {py:obj}`Section ` - ```{autodoc2-docstring} simvx.editor.panels.property_widgets.Section :summary: ``` * - {py:obj}`PropertyRow ` - ```{autodoc2-docstring} simvx.editor.panels.property_widgets.PropertyRow :summary: ``` * - {py:obj}`VectorRow ` - ```{autodoc2-docstring} simvx.editor.panels.property_widgets.VectorRow :summary: ``` ```` ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`is_color_value ` - ```{autodoc2-docstring} simvx.editor.panels.property_widgets.is_color_value :summary: ``` * - {py:obj}`guess_step ` - ```{autodoc2-docstring} simvx.editor.panels.property_widgets.guess_step :summary: ``` * - {py:obj}`create_widget_for_setting ` - ```{autodoc2-docstring} simvx.editor.panels.property_widgets.create_widget_for_setting :summary: ``` ```` ### API `````{py:class} SectionHeader(title: str, collapsed: bool = False, **kwargs) :canonical: simvx.editor.panels.property_widgets.SectionHeader Bases: {py:obj}`simvx.core.Control` ```{autodoc2-docstring} simvx.editor.panels.property_widgets.SectionHeader ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} simvx.editor.panels.property_widgets.SectionHeader.__init__ ``` ````{py:method} draw(renderer) :canonical: simvx.editor.panels.property_widgets.SectionHeader.draw ```` ````{py:attribute} size_x :canonical: simvx.editor.panels.property_widgets.SectionHeader.size_x :value: > 'Property(...)' ```` ````{py:attribute} size_y :canonical: simvx.editor.panels.property_widgets.SectionHeader.size_y :value: > 'Property(...)' ```` ````{py:property} size :canonical: simvx.editor.panels.property_widgets.SectionHeader.size :type: simvx.core.math.types.Vec2 ```` ````{py:method} get_theme() -> simvx.core.ui.core.Theme :canonical: simvx.editor.panels.property_widgets.SectionHeader.get_theme ```` ````{py:method} get_rect() -> tuple[float, float, float, float] :canonical: simvx.editor.panels.property_widgets.SectionHeader.get_rect ```` ````{py:method} get_global_rect() -> tuple[float, float, float, float] :canonical: simvx.editor.panels.property_widgets.SectionHeader.get_global_rect ```` ````{py:method} is_point_inside(point) -> bool :canonical: simvx.editor.panels.property_widgets.SectionHeader.is_point_inside ```` ````{py:method} set_anchor_preset(preset: simvx.core.ui.core.AnchorPreset) :canonical: simvx.editor.panels.property_widgets.SectionHeader.set_anchor_preset ```` ````{py:method} set_focus() :canonical: simvx.editor.panels.property_widgets.SectionHeader.set_focus ```` ````{py:method} grab_focus() :canonical: simvx.editor.panels.property_widgets.SectionHeader.grab_focus ```` ````{py:method} release_focus() :canonical: simvx.editor.panels.property_widgets.SectionHeader.release_focus ```` ````{py:method} has_focus() -> bool :canonical: simvx.editor.panels.property_widgets.SectionHeader.has_focus ```` ````{py:method} focus_next_control() :canonical: simvx.editor.panels.property_widgets.SectionHeader.focus_next_control ```` ````{py:method} focus_previous_control() :canonical: simvx.editor.panels.property_widgets.SectionHeader.focus_previous_control ```` ````{py:method} grab_mouse() :canonical: simvx.editor.panels.property_widgets.SectionHeader.grab_mouse ```` ````{py:method} release_mouse() :canonical: simvx.editor.panels.property_widgets.SectionHeader.release_mouse ```` ````{py:method} set_drag_preview(control: simvx.core.ui.core.Control) :canonical: simvx.editor.panels.property_widgets.SectionHeader.set_drag_preview ```` ````{py:method} draw_popup(renderer) :canonical: simvx.editor.panels.property_widgets.SectionHeader.draw_popup ```` ````{py:method} is_popup_point_inside(point) -> bool :canonical: simvx.editor.panels.property_widgets.SectionHeader.is_popup_point_inside ```` ````{py:method} popup_input(event) :canonical: simvx.editor.panels.property_widgets.SectionHeader.popup_input ```` ````{py:method} dismiss_popup() :canonical: simvx.editor.panels.property_widgets.SectionHeader.dismiss_popup ```` ````{py:attribute} z_index :canonical: simvx.editor.panels.property_widgets.SectionHeader.z_index :value: > 'Property(...)' ```` ````{py:attribute} z_as_relative :canonical: simvx.editor.panels.property_widgets.SectionHeader.z_as_relative :value: > 'Property(...)' ```` ````{py:property} absolute_z_index :canonical: simvx.editor.panels.property_widgets.SectionHeader.absolute_z_index :type: int ```` ````{py:property} position :canonical: simvx.editor.panels.property_widgets.SectionHeader.position :type: simvx.core.math.types.Vec2 ```` ````{py:property} rotation :canonical: simvx.editor.panels.property_widgets.SectionHeader.rotation :type: float ```` ````{py:property} rotation_degrees :canonical: simvx.editor.panels.property_widgets.SectionHeader.rotation_degrees :type: float ```` ````{py:property} scale :canonical: simvx.editor.panels.property_widgets.SectionHeader.scale :type: simvx.core.math.types.Vec2 ```` ````{py:property} global_position :canonical: simvx.editor.panels.property_widgets.SectionHeader.global_position :type: simvx.core.math.types.Vec2 ```` ````{py:property} global_rotation :canonical: simvx.editor.panels.property_widgets.SectionHeader.global_rotation :type: float ```` ````{py:property} global_scale :canonical: simvx.editor.panels.property_widgets.SectionHeader.global_scale :type: simvx.core.math.types.Vec2 ```` ````{py:property} forward :canonical: simvx.editor.panels.property_widgets.SectionHeader.forward :type: simvx.core.math.types.Vec2 ```` ````{py:property} right :canonical: simvx.editor.panels.property_widgets.SectionHeader.right :type: simvx.core.math.types.Vec2 ```` ````{py:method} translate(offset: tuple[float, float] | numpy.ndarray) :canonical: simvx.editor.panels.property_widgets.SectionHeader.translate ```` ````{py:method} rotate(radians: float) :canonical: simvx.editor.panels.property_widgets.SectionHeader.rotate ```` ````{py:method} rotate_deg(degrees: float) :canonical: simvx.editor.panels.property_widgets.SectionHeader.rotate_deg ```` ````{py:method} look_at(target: tuple[float, float] | numpy.ndarray) :canonical: simvx.editor.panels.property_widgets.SectionHeader.look_at ```` ````{py:method} transform_points(points: list[simvx.core.math.types.Vec2]) -> list[simvx.core.math.types.Vec2] :canonical: simvx.editor.panels.property_widgets.SectionHeader.transform_points ```` ````{py:method} draw_polygon(renderer, points: list[simvx.core.math.types.Vec2], closed=True, color=None) :canonical: simvx.editor.panels.property_widgets.SectionHeader.draw_polygon ```` ````{py:method} wrap_screen(margin: float = 20) :canonical: simvx.editor.panels.property_widgets.SectionHeader.wrap_screen ```` ````{py:attribute} script_error_raised :canonical: simvx.editor.panels.property_widgets.SectionHeader.script_error_raised :value: > 'Signal(...)' ```` ````{py:method} __init_subclass__(**kwargs) :canonical: simvx.editor.panels.property_widgets.SectionHeader.__init_subclass__ :classmethod: ```` ````{py:property} name :canonical: simvx.editor.panels.property_widgets.SectionHeader.name :type: str ```` ````{py:property} process_mode :canonical: simvx.editor.panels.property_widgets.SectionHeader.process_mode :type: simvx.core.descriptors.ProcessMode ```` ````{py:method} reset_error() -> None :canonical: simvx.editor.panels.property_widgets.SectionHeader.reset_error ```` ````{py:method} add_child(node: simvx.core.node.Node) -> simvx.core.node.Node :canonical: simvx.editor.panels.property_widgets.SectionHeader.add_child ```` ````{py:method} remove_child(node: simvx.core.node.Node) :canonical: simvx.editor.panels.property_widgets.SectionHeader.remove_child ```` ````{py:method} reparent(new_parent: simvx.core.node.Node) :canonical: simvx.editor.panels.property_widgets.SectionHeader.reparent ```` ````{py:method} get_node(path: str) -> simvx.core.node.Node :canonical: simvx.editor.panels.property_widgets.SectionHeader.get_node ```` ````{py:method} find_child(name: str, recursive: bool = False) -> simvx.core.node.Node | None :canonical: simvx.editor.panels.property_widgets.SectionHeader.find_child ```` ````{py:method} find(node_type: type) -> simvx.core.node.Node | None :canonical: simvx.editor.panels.property_widgets.SectionHeader.find ```` ````{py:method} find_all(node_type: type, recursive: bool = True) -> list :canonical: simvx.editor.panels.property_widgets.SectionHeader.find_all ```` ````{py:property} path :canonical: simvx.editor.panels.property_widgets.SectionHeader.path :type: str ```` ````{py:method} add_to_group(group: str) :canonical: simvx.editor.panels.property_widgets.SectionHeader.add_to_group ```` ````{py:method} remove_from_group(group: str) :canonical: simvx.editor.panels.property_widgets.SectionHeader.remove_from_group ```` ````{py:method} is_in_group(group: str) -> bool :canonical: simvx.editor.panels.property_widgets.SectionHeader.is_in_group ```` ````{py:method} ready() -> None :canonical: simvx.editor.panels.property_widgets.SectionHeader.ready ```` ````{py:method} enter_tree() -> None :canonical: simvx.editor.panels.property_widgets.SectionHeader.enter_tree ```` ````{py:method} exit_tree() -> None :canonical: simvx.editor.panels.property_widgets.SectionHeader.exit_tree ```` ````{py:method} process(dt: float) -> None :canonical: simvx.editor.panels.property_widgets.SectionHeader.process ```` ````{py:method} physics_process(dt: float) -> None :canonical: simvx.editor.panels.property_widgets.SectionHeader.physics_process ```` ````{py:method} input_event(event: simvx.core.events.InputEvent) -> None :canonical: simvx.editor.panels.property_widgets.SectionHeader.input_event ```` ````{py:method} input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.editor.panels.property_widgets.SectionHeader.input ```` ````{py:method} unhandled_input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.editor.panels.property_widgets.SectionHeader.unhandled_input ```` ````{py:method} start_coroutine(gen: simvx.core.descriptors.Coroutine) -> simvx.core.descriptors.CoroutineHandle :canonical: simvx.editor.panels.property_widgets.SectionHeader.start_coroutine ```` ````{py:method} stop_coroutine(gen_or_handle) :canonical: simvx.editor.panels.property_widgets.SectionHeader.stop_coroutine ```` ````{py:method} destroy() :canonical: simvx.editor.panels.property_widgets.SectionHeader.destroy ```` ````{py:attribute} queue_free :canonical: simvx.editor.panels.property_widgets.SectionHeader.queue_free :value: > None ```` ````{py:property} tree :canonical: simvx.editor.panels.property_widgets.SectionHeader.tree :type: simvx.core.scene_tree.SceneTree ```` ````{py:method} get_tree() -> simvx.core.scene_tree.SceneTree :canonical: simvx.editor.panels.property_widgets.SectionHeader.get_tree ```` ````{py:method} __getitem__(key: str) :canonical: simvx.editor.panels.property_widgets.SectionHeader.__getitem__ ```` ````{py:method} get_properties() -> dict[str, simvx.core.descriptors.Property] :canonical: simvx.editor.panels.property_widgets.SectionHeader.get_properties :classmethod: ```` ````{py:attribute} get_settings :canonical: simvx.editor.panels.property_widgets.SectionHeader.get_settings :value: > None ```` ````{py:method} __repr__() :canonical: simvx.editor.panels.property_widgets.SectionHeader.__repr__ ```` ````` `````{py:class} Section(header: simvx.editor.panels.property_widgets.SectionHeader, rows: list[simvx.core.Control]) :canonical: simvx.editor.panels.property_widgets.Section ```{autodoc2-docstring} simvx.editor.panels.property_widgets.Section ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} simvx.editor.panels.property_widgets.Section.__init__ ``` ````{py:attribute} __slots__ :canonical: simvx.editor.panels.property_widgets.Section.__slots__ :value: > ('header', 'rows', 'collapsed') ```{autodoc2-docstring} simvx.editor.panels.property_widgets.Section.__slots__ ``` ```` ````{py:method} toggle(collapsed: bool) :canonical: simvx.editor.panels.property_widgets.Section.toggle ```{autodoc2-docstring} simvx.editor.panels.property_widgets.Section.toggle ``` ```` ````` `````{py:class} PropertyRow(label_text: str, widget: simvx.core.Control, **kwargs) :canonical: simvx.editor.panels.property_widgets.PropertyRow Bases: {py:obj}`simvx.core.Control` ```{autodoc2-docstring} simvx.editor.panels.property_widgets.PropertyRow ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} simvx.editor.panels.property_widgets.PropertyRow.__init__ ``` ````{py:method} process(dt: float) :canonical: simvx.editor.panels.property_widgets.PropertyRow.process ```` ````{py:method} draw(renderer) :canonical: simvx.editor.panels.property_widgets.PropertyRow.draw ```` ````{py:attribute} size_x :canonical: simvx.editor.panels.property_widgets.PropertyRow.size_x :value: > 'Property(...)' ```` ````{py:attribute} size_y :canonical: simvx.editor.panels.property_widgets.PropertyRow.size_y :value: > 'Property(...)' ```` ````{py:property} size :canonical: simvx.editor.panels.property_widgets.PropertyRow.size :type: simvx.core.math.types.Vec2 ```` ````{py:method} get_theme() -> simvx.core.ui.core.Theme :canonical: simvx.editor.panels.property_widgets.PropertyRow.get_theme ```` ````{py:method} get_rect() -> tuple[float, float, float, float] :canonical: simvx.editor.panels.property_widgets.PropertyRow.get_rect ```` ````{py:method} get_global_rect() -> tuple[float, float, float, float] :canonical: simvx.editor.panels.property_widgets.PropertyRow.get_global_rect ```` ````{py:method} is_point_inside(point) -> bool :canonical: simvx.editor.panels.property_widgets.PropertyRow.is_point_inside ```` ````{py:method} set_anchor_preset(preset: simvx.core.ui.core.AnchorPreset) :canonical: simvx.editor.panels.property_widgets.PropertyRow.set_anchor_preset ```` ````{py:method} set_focus() :canonical: simvx.editor.panels.property_widgets.PropertyRow.set_focus ```` ````{py:method} grab_focus() :canonical: simvx.editor.panels.property_widgets.PropertyRow.grab_focus ```` ````{py:method} release_focus() :canonical: simvx.editor.panels.property_widgets.PropertyRow.release_focus ```` ````{py:method} has_focus() -> bool :canonical: simvx.editor.panels.property_widgets.PropertyRow.has_focus ```` ````{py:method} focus_next_control() :canonical: simvx.editor.panels.property_widgets.PropertyRow.focus_next_control ```` ````{py:method} focus_previous_control() :canonical: simvx.editor.panels.property_widgets.PropertyRow.focus_previous_control ```` ````{py:method} grab_mouse() :canonical: simvx.editor.panels.property_widgets.PropertyRow.grab_mouse ```` ````{py:method} release_mouse() :canonical: simvx.editor.panels.property_widgets.PropertyRow.release_mouse ```` ````{py:method} set_drag_preview(control: simvx.core.ui.core.Control) :canonical: simvx.editor.panels.property_widgets.PropertyRow.set_drag_preview ```` ````{py:method} draw_popup(renderer) :canonical: simvx.editor.panels.property_widgets.PropertyRow.draw_popup ```` ````{py:method} is_popup_point_inside(point) -> bool :canonical: simvx.editor.panels.property_widgets.PropertyRow.is_popup_point_inside ```` ````{py:method} popup_input(event) :canonical: simvx.editor.panels.property_widgets.PropertyRow.popup_input ```` ````{py:method} dismiss_popup() :canonical: simvx.editor.panels.property_widgets.PropertyRow.dismiss_popup ```` ````{py:attribute} z_index :canonical: simvx.editor.panels.property_widgets.PropertyRow.z_index :value: > 'Property(...)' ```` ````{py:attribute} z_as_relative :canonical: simvx.editor.panels.property_widgets.PropertyRow.z_as_relative :value: > 'Property(...)' ```` ````{py:property} absolute_z_index :canonical: simvx.editor.panels.property_widgets.PropertyRow.absolute_z_index :type: int ```` ````{py:property} position :canonical: simvx.editor.panels.property_widgets.PropertyRow.position :type: simvx.core.math.types.Vec2 ```` ````{py:property} rotation :canonical: simvx.editor.panels.property_widgets.PropertyRow.rotation :type: float ```` ````{py:property} rotation_degrees :canonical: simvx.editor.panels.property_widgets.PropertyRow.rotation_degrees :type: float ```` ````{py:property} scale :canonical: simvx.editor.panels.property_widgets.PropertyRow.scale :type: simvx.core.math.types.Vec2 ```` ````{py:property} global_position :canonical: simvx.editor.panels.property_widgets.PropertyRow.global_position :type: simvx.core.math.types.Vec2 ```` ````{py:property} global_rotation :canonical: simvx.editor.panels.property_widgets.PropertyRow.global_rotation :type: float ```` ````{py:property} global_scale :canonical: simvx.editor.panels.property_widgets.PropertyRow.global_scale :type: simvx.core.math.types.Vec2 ```` ````{py:property} forward :canonical: simvx.editor.panels.property_widgets.PropertyRow.forward :type: simvx.core.math.types.Vec2 ```` ````{py:property} right :canonical: simvx.editor.panels.property_widgets.PropertyRow.right :type: simvx.core.math.types.Vec2 ```` ````{py:method} translate(offset: tuple[float, float] | numpy.ndarray) :canonical: simvx.editor.panels.property_widgets.PropertyRow.translate ```` ````{py:method} rotate(radians: float) :canonical: simvx.editor.panels.property_widgets.PropertyRow.rotate ```` ````{py:method} rotate_deg(degrees: float) :canonical: simvx.editor.panels.property_widgets.PropertyRow.rotate_deg ```` ````{py:method} look_at(target: tuple[float, float] | numpy.ndarray) :canonical: simvx.editor.panels.property_widgets.PropertyRow.look_at ```` ````{py:method} transform_points(points: list[simvx.core.math.types.Vec2]) -> list[simvx.core.math.types.Vec2] :canonical: simvx.editor.panels.property_widgets.PropertyRow.transform_points ```` ````{py:method} draw_polygon(renderer, points: list[simvx.core.math.types.Vec2], closed=True, color=None) :canonical: simvx.editor.panels.property_widgets.PropertyRow.draw_polygon ```` ````{py:method} wrap_screen(margin: float = 20) :canonical: simvx.editor.panels.property_widgets.PropertyRow.wrap_screen ```` ````{py:attribute} script_error_raised :canonical: simvx.editor.panels.property_widgets.PropertyRow.script_error_raised :value: > 'Signal(...)' ```` ````{py:method} __init_subclass__(**kwargs) :canonical: simvx.editor.panels.property_widgets.PropertyRow.__init_subclass__ :classmethod: ```` ````{py:property} name :canonical: simvx.editor.panels.property_widgets.PropertyRow.name :type: str ```` ````{py:property} process_mode :canonical: simvx.editor.panels.property_widgets.PropertyRow.process_mode :type: simvx.core.descriptors.ProcessMode ```` ````{py:method} reset_error() -> None :canonical: simvx.editor.panels.property_widgets.PropertyRow.reset_error ```` ````{py:method} add_child(node: simvx.core.node.Node) -> simvx.core.node.Node :canonical: simvx.editor.panels.property_widgets.PropertyRow.add_child ```` ````{py:method} remove_child(node: simvx.core.node.Node) :canonical: simvx.editor.panels.property_widgets.PropertyRow.remove_child ```` ````{py:method} reparent(new_parent: simvx.core.node.Node) :canonical: simvx.editor.panels.property_widgets.PropertyRow.reparent ```` ````{py:method} get_node(path: str) -> simvx.core.node.Node :canonical: simvx.editor.panels.property_widgets.PropertyRow.get_node ```` ````{py:method} find_child(name: str, recursive: bool = False) -> simvx.core.node.Node | None :canonical: simvx.editor.panels.property_widgets.PropertyRow.find_child ```` ````{py:method} find(node_type: type) -> simvx.core.node.Node | None :canonical: simvx.editor.panels.property_widgets.PropertyRow.find ```` ````{py:method} find_all(node_type: type, recursive: bool = True) -> list :canonical: simvx.editor.panels.property_widgets.PropertyRow.find_all ```` ````{py:property} path :canonical: simvx.editor.panels.property_widgets.PropertyRow.path :type: str ```` ````{py:method} add_to_group(group: str) :canonical: simvx.editor.panels.property_widgets.PropertyRow.add_to_group ```` ````{py:method} remove_from_group(group: str) :canonical: simvx.editor.panels.property_widgets.PropertyRow.remove_from_group ```` ````{py:method} is_in_group(group: str) -> bool :canonical: simvx.editor.panels.property_widgets.PropertyRow.is_in_group ```` ````{py:method} ready() -> None :canonical: simvx.editor.panels.property_widgets.PropertyRow.ready ```` ````{py:method} enter_tree() -> None :canonical: simvx.editor.panels.property_widgets.PropertyRow.enter_tree ```` ````{py:method} exit_tree() -> None :canonical: simvx.editor.panels.property_widgets.PropertyRow.exit_tree ```` ````{py:method} physics_process(dt: float) -> None :canonical: simvx.editor.panels.property_widgets.PropertyRow.physics_process ```` ````{py:method} input_event(event: simvx.core.events.InputEvent) -> None :canonical: simvx.editor.panels.property_widgets.PropertyRow.input_event ```` ````{py:method} input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.editor.panels.property_widgets.PropertyRow.input ```` ````{py:method} unhandled_input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.editor.panels.property_widgets.PropertyRow.unhandled_input ```` ````{py:method} start_coroutine(gen: simvx.core.descriptors.Coroutine) -> simvx.core.descriptors.CoroutineHandle :canonical: simvx.editor.panels.property_widgets.PropertyRow.start_coroutine ```` ````{py:method} stop_coroutine(gen_or_handle) :canonical: simvx.editor.panels.property_widgets.PropertyRow.stop_coroutine ```` ````{py:method} destroy() :canonical: simvx.editor.panels.property_widgets.PropertyRow.destroy ```` ````{py:attribute} queue_free :canonical: simvx.editor.panels.property_widgets.PropertyRow.queue_free :value: > None ```` ````{py:property} tree :canonical: simvx.editor.panels.property_widgets.PropertyRow.tree :type: simvx.core.scene_tree.SceneTree ```` ````{py:method} get_tree() -> simvx.core.scene_tree.SceneTree :canonical: simvx.editor.panels.property_widgets.PropertyRow.get_tree ```` ````{py:method} __getitem__(key: str) :canonical: simvx.editor.panels.property_widgets.PropertyRow.__getitem__ ```` ````{py:method} get_properties() -> dict[str, simvx.core.descriptors.Property] :canonical: simvx.editor.panels.property_widgets.PropertyRow.get_properties :classmethod: ```` ````{py:attribute} get_settings :canonical: simvx.editor.panels.property_widgets.PropertyRow.get_settings :value: > None ```` ````{py:method} __repr__() :canonical: simvx.editor.panels.property_widgets.PropertyRow.__repr__ ```` ````` `````{py:class} VectorRow(label_text: str, components: int, values: tuple, step: float = 0.1, min_val: float = -10000, max_val: float = 10000, **kwargs) :canonical: simvx.editor.panels.property_widgets.VectorRow Bases: {py:obj}`simvx.core.Control` ```{autodoc2-docstring} simvx.editor.panels.property_widgets.VectorRow ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} simvx.editor.panels.property_widgets.VectorRow.__init__ ``` ````{py:method} get_values() -> tuple :canonical: simvx.editor.panels.property_widgets.VectorRow.get_values ```{autodoc2-docstring} simvx.editor.panels.property_widgets.VectorRow.get_values ``` ```` ````{py:method} set_values(vals: tuple) :canonical: simvx.editor.panels.property_widgets.VectorRow.set_values ```{autodoc2-docstring} simvx.editor.panels.property_widgets.VectorRow.set_values ``` ```` ````{py:method} process(dt: float) :canonical: simvx.editor.panels.property_widgets.VectorRow.process ```` ````{py:method} draw(renderer) :canonical: simvx.editor.panels.property_widgets.VectorRow.draw ```` ````{py:attribute} size_x :canonical: simvx.editor.panels.property_widgets.VectorRow.size_x :value: > 'Property(...)' ```` ````{py:attribute} size_y :canonical: simvx.editor.panels.property_widgets.VectorRow.size_y :value: > 'Property(...)' ```` ````{py:property} size :canonical: simvx.editor.panels.property_widgets.VectorRow.size :type: simvx.core.math.types.Vec2 ```` ````{py:method} get_theme() -> simvx.core.ui.core.Theme :canonical: simvx.editor.panels.property_widgets.VectorRow.get_theme ```` ````{py:method} get_rect() -> tuple[float, float, float, float] :canonical: simvx.editor.panels.property_widgets.VectorRow.get_rect ```` ````{py:method} get_global_rect() -> tuple[float, float, float, float] :canonical: simvx.editor.panels.property_widgets.VectorRow.get_global_rect ```` ````{py:method} is_point_inside(point) -> bool :canonical: simvx.editor.panels.property_widgets.VectorRow.is_point_inside ```` ````{py:method} set_anchor_preset(preset: simvx.core.ui.core.AnchorPreset) :canonical: simvx.editor.panels.property_widgets.VectorRow.set_anchor_preset ```` ````{py:method} set_focus() :canonical: simvx.editor.panels.property_widgets.VectorRow.set_focus ```` ````{py:method} grab_focus() :canonical: simvx.editor.panels.property_widgets.VectorRow.grab_focus ```` ````{py:method} release_focus() :canonical: simvx.editor.panels.property_widgets.VectorRow.release_focus ```` ````{py:method} has_focus() -> bool :canonical: simvx.editor.panels.property_widgets.VectorRow.has_focus ```` ````{py:method} focus_next_control() :canonical: simvx.editor.panels.property_widgets.VectorRow.focus_next_control ```` ````{py:method} focus_previous_control() :canonical: simvx.editor.panels.property_widgets.VectorRow.focus_previous_control ```` ````{py:method} grab_mouse() :canonical: simvx.editor.panels.property_widgets.VectorRow.grab_mouse ```` ````{py:method} release_mouse() :canonical: simvx.editor.panels.property_widgets.VectorRow.release_mouse ```` ````{py:method} set_drag_preview(control: simvx.core.ui.core.Control) :canonical: simvx.editor.panels.property_widgets.VectorRow.set_drag_preview ```` ````{py:method} draw_popup(renderer) :canonical: simvx.editor.panels.property_widgets.VectorRow.draw_popup ```` ````{py:method} is_popup_point_inside(point) -> bool :canonical: simvx.editor.panels.property_widgets.VectorRow.is_popup_point_inside ```` ````{py:method} popup_input(event) :canonical: simvx.editor.panels.property_widgets.VectorRow.popup_input ```` ````{py:method} dismiss_popup() :canonical: simvx.editor.panels.property_widgets.VectorRow.dismiss_popup ```` ````{py:attribute} z_index :canonical: simvx.editor.panels.property_widgets.VectorRow.z_index :value: > 'Property(...)' ```` ````{py:attribute} z_as_relative :canonical: simvx.editor.panels.property_widgets.VectorRow.z_as_relative :value: > 'Property(...)' ```` ````{py:property} absolute_z_index :canonical: simvx.editor.panels.property_widgets.VectorRow.absolute_z_index :type: int ```` ````{py:property} position :canonical: simvx.editor.panels.property_widgets.VectorRow.position :type: simvx.core.math.types.Vec2 ```` ````{py:property} rotation :canonical: simvx.editor.panels.property_widgets.VectorRow.rotation :type: float ```` ````{py:property} rotation_degrees :canonical: simvx.editor.panels.property_widgets.VectorRow.rotation_degrees :type: float ```` ````{py:property} scale :canonical: simvx.editor.panels.property_widgets.VectorRow.scale :type: simvx.core.math.types.Vec2 ```` ````{py:property} global_position :canonical: simvx.editor.panels.property_widgets.VectorRow.global_position :type: simvx.core.math.types.Vec2 ```` ````{py:property} global_rotation :canonical: simvx.editor.panels.property_widgets.VectorRow.global_rotation :type: float ```` ````{py:property} global_scale :canonical: simvx.editor.panels.property_widgets.VectorRow.global_scale :type: simvx.core.math.types.Vec2 ```` ````{py:property} forward :canonical: simvx.editor.panels.property_widgets.VectorRow.forward :type: simvx.core.math.types.Vec2 ```` ````{py:property} right :canonical: simvx.editor.panels.property_widgets.VectorRow.right :type: simvx.core.math.types.Vec2 ```` ````{py:method} translate(offset: tuple[float, float] | numpy.ndarray) :canonical: simvx.editor.panels.property_widgets.VectorRow.translate ```` ````{py:method} rotate(radians: float) :canonical: simvx.editor.panels.property_widgets.VectorRow.rotate ```` ````{py:method} rotate_deg(degrees: float) :canonical: simvx.editor.panels.property_widgets.VectorRow.rotate_deg ```` ````{py:method} look_at(target: tuple[float, float] | numpy.ndarray) :canonical: simvx.editor.panels.property_widgets.VectorRow.look_at ```` ````{py:method} transform_points(points: list[simvx.core.math.types.Vec2]) -> list[simvx.core.math.types.Vec2] :canonical: simvx.editor.panels.property_widgets.VectorRow.transform_points ```` ````{py:method} draw_polygon(renderer, points: list[simvx.core.math.types.Vec2], closed=True, color=None) :canonical: simvx.editor.panels.property_widgets.VectorRow.draw_polygon ```` ````{py:method} wrap_screen(margin: float = 20) :canonical: simvx.editor.panels.property_widgets.VectorRow.wrap_screen ```` ````{py:attribute} script_error_raised :canonical: simvx.editor.panels.property_widgets.VectorRow.script_error_raised :value: > 'Signal(...)' ```` ````{py:method} __init_subclass__(**kwargs) :canonical: simvx.editor.panels.property_widgets.VectorRow.__init_subclass__ :classmethod: ```` ````{py:property} name :canonical: simvx.editor.panels.property_widgets.VectorRow.name :type: str ```` ````{py:property} process_mode :canonical: simvx.editor.panels.property_widgets.VectorRow.process_mode :type: simvx.core.descriptors.ProcessMode ```` ````{py:method} reset_error() -> None :canonical: simvx.editor.panels.property_widgets.VectorRow.reset_error ```` ````{py:method} add_child(node: simvx.core.node.Node) -> simvx.core.node.Node :canonical: simvx.editor.panels.property_widgets.VectorRow.add_child ```` ````{py:method} remove_child(node: simvx.core.node.Node) :canonical: simvx.editor.panels.property_widgets.VectorRow.remove_child ```` ````{py:method} reparent(new_parent: simvx.core.node.Node) :canonical: simvx.editor.panels.property_widgets.VectorRow.reparent ```` ````{py:method} get_node(path: str) -> simvx.core.node.Node :canonical: simvx.editor.panels.property_widgets.VectorRow.get_node ```` ````{py:method} find_child(name: str, recursive: bool = False) -> simvx.core.node.Node | None :canonical: simvx.editor.panels.property_widgets.VectorRow.find_child ```` ````{py:method} find(node_type: type) -> simvx.core.node.Node | None :canonical: simvx.editor.panels.property_widgets.VectorRow.find ```` ````{py:method} find_all(node_type: type, recursive: bool = True) -> list :canonical: simvx.editor.panels.property_widgets.VectorRow.find_all ```` ````{py:property} path :canonical: simvx.editor.panels.property_widgets.VectorRow.path :type: str ```` ````{py:method} add_to_group(group: str) :canonical: simvx.editor.panels.property_widgets.VectorRow.add_to_group ```` ````{py:method} remove_from_group(group: str) :canonical: simvx.editor.panels.property_widgets.VectorRow.remove_from_group ```` ````{py:method} is_in_group(group: str) -> bool :canonical: simvx.editor.panels.property_widgets.VectorRow.is_in_group ```` ````{py:method} ready() -> None :canonical: simvx.editor.panels.property_widgets.VectorRow.ready ```` ````{py:method} enter_tree() -> None :canonical: simvx.editor.panels.property_widgets.VectorRow.enter_tree ```` ````{py:method} exit_tree() -> None :canonical: simvx.editor.panels.property_widgets.VectorRow.exit_tree ```` ````{py:method} physics_process(dt: float) -> None :canonical: simvx.editor.panels.property_widgets.VectorRow.physics_process ```` ````{py:method} input_event(event: simvx.core.events.InputEvent) -> None :canonical: simvx.editor.panels.property_widgets.VectorRow.input_event ```` ````{py:method} input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.editor.panels.property_widgets.VectorRow.input ```` ````{py:method} unhandled_input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.editor.panels.property_widgets.VectorRow.unhandled_input ```` ````{py:method} start_coroutine(gen: simvx.core.descriptors.Coroutine) -> simvx.core.descriptors.CoroutineHandle :canonical: simvx.editor.panels.property_widgets.VectorRow.start_coroutine ```` ````{py:method} stop_coroutine(gen_or_handle) :canonical: simvx.editor.panels.property_widgets.VectorRow.stop_coroutine ```` ````{py:method} destroy() :canonical: simvx.editor.panels.property_widgets.VectorRow.destroy ```` ````{py:attribute} queue_free :canonical: simvx.editor.panels.property_widgets.VectorRow.queue_free :value: > None ```` ````{py:property} tree :canonical: simvx.editor.panels.property_widgets.VectorRow.tree :type: simvx.core.scene_tree.SceneTree ```` ````{py:method} get_tree() -> simvx.core.scene_tree.SceneTree :canonical: simvx.editor.panels.property_widgets.VectorRow.get_tree ```` ````{py:method} __getitem__(key: str) :canonical: simvx.editor.panels.property_widgets.VectorRow.__getitem__ ```` ````{py:method} get_properties() -> dict[str, simvx.core.descriptors.Property] :canonical: simvx.editor.panels.property_widgets.VectorRow.get_properties :classmethod: ```` ````{py:attribute} get_settings :canonical: simvx.editor.panels.property_widgets.VectorRow.get_settings :value: > None ```` ````{py:method} __repr__() :canonical: simvx.editor.panels.property_widgets.VectorRow.__repr__ ```` ````` ````{py:function} is_color_value(name: str, value: typing.Any) -> bool :canonical: simvx.editor.panels.property_widgets.is_color_value ```{autodoc2-docstring} simvx.editor.panels.property_widgets.is_color_value ``` ```` ````{py:function} guess_step(lo: float, hi: float) -> float :canonical: simvx.editor.panels.property_widgets.guess_step ```{autodoc2-docstring} simvx.editor.panels.property_widgets.guess_step ``` ```` ````{py:function} create_widget_for_setting(node: simvx.core.Node, name: str, setting: simvx.core.Setting, value: typing.Any, *, on_property_changed, on_enum_changed, on_color_changed, on_vec3_changed, on_vec2_changed, on_tuple_changed) -> simvx.core.Control | None :canonical: simvx.editor.panels.property_widgets.create_widget_for_setting ```{autodoc2-docstring} simvx.editor.panels.property_widgets.create_widget_for_setting ``` ````