Skip to content

TimeEffectHandle

Defined in: SceneTime.ts:10

Handle returned by SceneTime.scaleBy and SceneTime.freezeFor. Each call owns exactly one request entry; the handle releases that entry and nothing else.

readonly active: boolean

Defined in: SceneTime.ts:16

True while the request holds an entry — including while a newer request in the same channel masks it. Turns false on release() or, for timed requests, when the duration expires.

release(): void

Defined in: SceneTime.ts:21

Remove the request. Idempotent. Releasing a masked (non-winning) entry removes it silently without changing the effective scale.

void