package vecosek-scene

  1. Overview
  2. Docs

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

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