Constructor TimeData TimeData(double, float) Create a new TimeData struct with the given values. Declaration public TimeData(double elapsedTime, float deltaTime) Parameters Type Name Description double elapsedTime Time since the start of time collection. float deltaTime Elapsed time since the last time-updating event occurred.