TimeStone.

GetDataAtTime<T>(float, TimeAgent, string) Method

Summary

Get the TimeData at the given Time

Syntax

public TimeLine.TimeData<T> GetDataAtTime<T>(float time, TimeAgent timeAgent, string dataId)

Type Parameters

Name Description
T The type of the data searched

Parameters

Name Type Description
time float The time searched
timeAgent TimeAgent The TimeAgent to get the data from
dataId string The id of the data searched

Return Value

Type Description
TimeLine.TimeData<T> The TimeData searched