MCPcopy Create free account
hub / github.com/bigdra50/unity-cli / _add_panel_param

Method _add_panel_param

unity_cli/api/uitree.py:25–27  ·  view source on GitHub ↗
(self, params: dict[str, Any], panel: str | None)

Source from the content-addressed store, hash-verified

23 self._conn = conn
24
25 def _add_panel_param(self, params: dict[str, Any], panel: str | None) -> None:
26 if panel:
27 params["panel"] = _strip_panel_count(panel)
28
29 def dump(
30 self,

Callers 6

dumpMethod · 0.95
queryMethod · 0.95
inspectMethod · 0.95
clickMethod · 0.95
scrollMethod · 0.95
textMethod · 0.95

Calls 1

_strip_panel_countFunction · 0.85

Tested by

no test coverage detected