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

Method objectLookAt

poco/drivers/unity3d/unity3d_poco.py:36–37  ·  view source on GitHub ↗
(self, name, camera, follower, speed=0.125)

Source from the content-addressed store, hash-verified

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)
38
39
40class UnityPoco(StdPoco):

Callers

nothing calls this directly

Calls 1

callMethod · 0.45

Tested by

no test coverage detected