Interface IUpdateModel
Represents a model that updates using a delta time
public interface IUpdateModel
Methods
Update(Timeline)
Performs an update on the model
void Update(Timeline timeline)
Parameters
timelineTimelineThe timeline to apply during update