RecordedFrame
pixi-reels / index / RecordedFrame
Interface: RecordedFrame
Defined in: debug/debug.ts:138
One captured frame from startRecording(). a DebugSnapshot plus the
tag the recording was started with and the spin event that triggered
the capture.
Properties#
| Property | Type | Description | Defined in |
|---|---|---|---|
snapshot | DebugSnapshot | Snapshot of debugSnapshot(reelSet) at the moment of capture. | debug/debug.ts:144 |
tag | string | Recording tag at the time of capture. Useful for grouping multiple sessions. | debug/debug.ts:140 |
trigger | string | Reel-set event that triggered the capture (spin:start, spin:allLanded, etc). | debug/debug.ts:142 |