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.

struct Spatial
@nogc nothrow
void
lookAtFromPosition
(
in Vector3 position
,
in Vector3 target
,
in Vector3 up
)

Meta