MCPcopy
hub / github.com/AirtestProject/Poco / __init__

Method __init__

poco/drivers/unity3d/unity3d_poco.py:17–23  ·  view source on GitHub ↗
(self, client)

Source from the content-addressed store, hash-verified

15
16class UnityVRSupport():
17 def __init__(self, client):
18 self.client = client
19 self.support_vr = False
20 try:
21 self.support_vr = self.client.call("isVrSupported")
22 except InvalidOperationException:
23 raise InvalidOperationException('VR not supported')
24
25 def hasMovementFinished(self):
26 success, error_msg =self.client.call("hasMovementFinished").wait()

Callers

nothing calls this directly

Calls 2

callMethod · 0.45

Tested by

no test coverage detected