EventTiming
Authored timing annotation on an event — fires Timecode seconds relative to RelativeTo’s anchor moment.
public class EventTiming
Inheritance System.Object → EventTiming
Properties
RelativeTo
The anchor this event’s firing is timed relative to. Defaults to ChoicesPresentedAnchor (“when choices are presented”).
public TimingAnchor RelativeTo { get; }
Property Value
Timecode
Offset in seconds from the anchor (positive = later, zero = at the anchor).
public float Timecode { get; }