Home > server > FaceCallback
A callback function called when the entity associated with the SimpleEntityController updates its rotation as it is attempting to face a target coordinate.
Signature:
export type FaceCallback = (currentRotation: QuaternionLike, targetRotation: QuaternionLike) => void;References: QuaternionLike