PosX =  camera .target .position .x .get  (  CameraObjectID  )  
                                          
Description :

This instruction returns the X component for the world space position of the target of the camera.

Parameters :

  • ObjectID of the camera.

Return Value :

  • X component of the world space position.

Examples :