Skip to content
InterfaceTypes & Utilities@public

ReplayFileFormat

Structure of a serialized FlxReplay JSON file.

ts
export interface ReplayFileFormat

Properties

PropertyModifiersTypeDescription
engineVersion-string-
frameCount-number-
frames-FrameRecordData[]-
seed-number-
targetFps-number-
version-string-

Released under the MIT License.