@ue-too/board-vue-adapter / index / useAnimationFrame
函式: useAnimationFrame()
useAnimationFrame(
callback?):void
定義於: useBoard.ts:65
Hook to run a callback on every animation frame.
參數
callback?
(timestamp) => void
Function to call on each animation frame, receives the current timestamp
回傳
void