Interface: AnimationLoopHostLike
Defined in: service-framework-three/src/three-render-loop-bridge.ts:11
The slice of a three.js renderer the bridge and the adapter drive.
Methods
setAnimationLoop()
setAnimationLoop(callback: ((timestamp: number) => void) | null): void;
Defined in: service-framework-three/src/three-render-loop-bridge.ts:12
Parameters
| Parameter | Type |
|---|---|
callback | ((timestamp: number) => void) | null |
Returns
void