rattletrap-11.1.1: Parse and generate Rocket League replays.
Safe HaskellNone
LanguageHaskell2010

Rattletrap.Type.Keyframe

Documentation

data Keyframe Source #

Constructors

Keyframe 

Fields

  • time :: F32

    When this key frame occurs, in seconds.

  • frame :: U32

    The frame number of this key frame, starting from 0.

  • position :: U32

    The bit position of this key frame in the stream.

Instances

Instances details
Eq Keyframe Source # 
Instance details

Defined in Rattletrap.Type.Keyframe

Show Keyframe Source # 
Instance details

Defined in Rattletrap.Type.Keyframe

ToJSON Keyframe Source # 
Instance details

Defined in Rattletrap.Type.Keyframe

FromJSON Keyframe Source # 
Instance details

Defined in Rattletrap.Type.Keyframe