The search functionality needs JavaScript enabled
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.
position
target
lookAt
void lookAtFromPosition ( const(Vector3) position, const(Vector3) target, const(Vector3) up ) nothrow @nogc;