Method FindLastTriggerIndex
FindLastTriggerIndex(double)
Determines the index of the last (inclusive) trigger to occur strictly before the given time.
Declaration
protected int FindLastTriggerIndex(double endTime)
Parameters
| Type | Name | Description |
|---|---|---|
| double | endTime | The time in seconds the last trigger must occur before. |
Returns
| Type | Description |
|---|---|
| int | The trigger index. Can be negative. |