RecordedFrame
pixi-reels / index / RecordedFrame
Interface: RecordedFrame
Defined in: debug/debug.ts:120
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:126 |
tag | string | Recording tag at the time of capture. Useful for grouping multiple sessions. | debug/debug.ts:122 |
trigger | string | Reel-set event that triggered the capture (spin:start, spin:allLanded, etc). | debug/debug.ts:124 |