LookAtObject
This components lets GameObject to rotate towards an Object
new LookAtObject();setTarget(GameObject t); // Sets the target to a GameObject
setTarget(Vector2 t); // Sets target to a Vector2
getTargetGameObject(); // Returns GameObjectLast updated