pixi-reels

getFrames()

pixi-reels


pixi-reels / index / getFrames

Function: getFrames()

function getFrames(tag?: string): readonly RecordedFrame[];

Defined in: debug/debug.ts:258

All recorded frames in capture order. When tag is provided, only frames tagged with it are returned. Frames are not cleared between recording sessions. call clearFrames to reset.

Parameters#

ParameterType
tag?string

Returns#

readonly RecordedFrame[]