Interface: AnimationLoopHostLike
Defined in: service-framework-client/src/contracts.ts:161
Methods
setAnimationLoop()
setAnimationLoop(callback: ((timestamp: number) => void) | null): void;
Defined in: service-framework-client/src/contracts.ts:162
Parameters
| Parameter | Type |
|---|---|
callback | ((timestamp: number) => void) | null |
Returns
void