Skip to content

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

ParameterType
deltaFrameDelta

Returns

void

MIT licensed · 0.x, unpublished, experimental.