In Python I want to get the objects' current position. scene = bge.logic.getCurrentScene() obj = scene.objects['Sphere.002'] # The object ...
確定! 回上一頁