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

Method rotateObject

poco/drivers/unity3d/unity3d_poco.py:33–34  ·  view source on GitHub ↗
(self, x, y, z, camera, follower, speed=0.125)

Source from the content-addressed store, hash-verified

31 return False
32
33 def rotateObject(self, x, y, z, camera, follower, speed=0.125):
34 return self.client.call("RotateObject", x, y, z, camera, follower, speed)
35
36 def objectLookAt(self, name, camera, follower, speed=0.125):
37 return self.client.call("ObjectLookAt", name, camera, follower, speed)

Callers

nothing calls this directly

Calls 1

callMethod · 0.45

Tested by

no test coverage detected