package vecosek-scene

  1. Overview
  2. Docs

Module Scene.Ticked_actionSource

Tracks are sets of actions with timestamps (in “ticks”) within the track.

Sourcetype t = Scene_format_t.ticked_action = {
  1. tick : int;
  2. action : Action.t;
}
Sourceval make : tick:int -> action:Action.t -> t
Sourceval compare : t -> t -> int