Function Spatial.lookAtFromPosition

Moves the node to the specified position, and then rotates itself to point toward the target as per lookAt. Operations take place in global space.

void lookAtFromPosition (
  const(Vector3) position,
  const(Vector3) target,
  const(Vector3) up
) nothrow @nogc;