Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 550 Bytes

File metadata and controls

15 lines (9 loc) · 550 Bytes

Home > server > FaceCompleteCallback

FaceCompleteCallback type

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