PosX =  mesh .position .x .get  (  MeshObjectID  )  
                                     
Description :

This instruction returns the X component of the world space position for a mesh.

Parameters :

  • ObjectID of the mesh.

Return Value :

  • X component of the world space position.

Examples :