Home > server > FaceCompleteCallback
A callback function called when the entity associated with the SimpleEntityController finishes rotating and is now facing a target coordinate.
Signature:
export type FaceCompleteCallback = (endRotation: QuaternionLike) => void;References: QuaternionLike