Summary
Get the time (in seconds) corresponding to the tick index.
If tick index does not exist in the
timeLine
then returns 0
- Namespace
- RedGirafeGames
.Agamotto .Scripts .Runtime - Containing Type
- TimeStone
Syntax
public float GetTimeAtTickIndex(int index)
Parameters
Name | Type | Description |
---|---|---|
index | int |
Return Value
Type | Description |
---|---|
float | The time at tick index or zero if index does not exist |