InterfaceStorage & Replay@public
FrameRecordData
Raw JSON representation of a FrameRecord.
ts
export interface FrameRecordDataProperties
| Property | Modifiers | Type | Description |
|---|---|---|---|
checksum | - | string | null | - |
frame | - | number | - |
gamepads | - | FlxGamepadFrameRecord[] | - |
keys | - | CodePair[] | - |
mouse | - | { x: number; y: number; button: number; wheel: number; } | null | - |
touches | - | FlxTouchFrameRecord[] | - |