rattletrap-12.1.3: Parse and generate Rocket League replays.
Safe HaskellSafe-Inferred
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
FromJSON Keyframe Source # 
Instance details

Defined in Rattletrap.Type.Keyframe

ToJSON Keyframe Source # 
Instance details

Defined in Rattletrap.Type.Keyframe

Show Keyframe Source # 
Instance details

Defined in Rattletrap.Type.Keyframe

Eq Keyframe Source # 
Instance details

Defined in Rattletrap.Type.Keyframe