Summary
Get the closest tick for a given time.
- Namespace
- RedGirafeGames
.Agamotto .Scripts .Runtime .TimeData - Containing Type
- TimeLine
Syntax
public int GetClosestTickIndexAtTime(float time)
Parameters
Name | Type | Description |
---|---|---|
time | float | The searched time |
Return Value
Type | Description |
---|---|
int | The closest tick |