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

Method stop

unity_cli/api/editor.py:41–47  ·  view source on GitHub ↗

Exit play mode. Returns: Dictionary with operation result

(self)

Source from the content-addressed store, hash-verified

39 return self._conn.send_request("playmode", {"action": "unpause"})
40
41 def stop(self) -> dict[str, Any]:
42 """Exit play mode.
43
44 Returns:
45 Dictionary with operation result
46 """
47 return self._conn.send_request("playmode", {"action": "exit"})
48
49 def step(self) -> dict[str, Any]:
50 """Step one frame.

Callers 3

recorder_stopFunction · 0.45
stopFunction · 0.45
profiler_stopFunction · 0.45

Calls 1

send_requestMethod · 0.80

Tested by

no test coverage detected