TimelineEntry<T>
TimelineEntry<T>
Fields
time
public double time
The absolute time of this entry.
value
public T value
The timeline value in this entry.
Properties
prev
TimelineEntry<T> prev { get; }
The previous timeline entry. If this is the oldest entry in the timeline, the previous entry is null.
next
TimelineEntry<T> next { get; }
The next timeline entry. If this is the newest entry in the timeline, the next entry is null.