PosY =  camera .target .position .y .get  (  CameraObjectID  )  
                                          
Description :

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

Parameters :

  • ObjectID of the camera.

Return Value :

  • Y component of the world space position.

Examples :