|
meshesmeshesReturns a list of the meshes on an object.Return type: list [mesh] Note:Returns the value None if the object doesn't have a mesh.Sample Code# get the controllercontroller = GameLogic.getCurrentController()# get the game object that the controller is attached to.obj = controller.owner# get a list of the meshes on the objectmesh = obj.meshes |