camera .target .position .set  (  CameraObjectID ,  PosX ,  PosY ,  PosZ  )  
                                               
Description :

This instruction sets the world space position for a the target of a camera.

Parameters :

  • ObjectID of the camera.
  • X Component of the position.
  • Y Component of the position.
  • Z Component of the position.

Examples :