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