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.
Properties
Section titled “Properties”active
Section titled “active”
readonlyactive: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.
Methods
Section titled “Methods”release()
Section titled “release()”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.
Returns
Section titled “Returns”void