ecsia-monorepo / devtools/src / WatchOptions
Interface: WatchOptions
Defined in: devtools/src/watch.ts:14
Properties
onFrame
ts
readonly onFrame: (delta) => void;Defined in: devtools/src/watch.ts:16
Called once per frame boundary with the deltas since the previous boundary.
Parameters
| Parameter | Type |
|---|---|
delta | FrameDelta |
Returns
void