rattletrap-10.0.0: 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