PR pixi-reels

RecordedFrame

pixi-reels


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

PropertyTypeDescriptionDefined in
snapshotDebugSnapshotSnapshot of debugSnapshot(reelSet) at the moment of capture.debug/debug.ts:126
tagstringRecording tag at the time of capture. Useful for grouping multiple sessions.debug/debug.ts:122
triggerstringReel-set event that triggered the capture (spin:start, spin:allLanded, etc).debug/debug.ts:124