Summary
Get the TimeData at the given Time
- Namespace
- RedGirafeGames
.Agamotto .Scripts .Runtime - Containing Type
- TimeStone
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 |
The TimeData searched |