Method IndexToTimeInSeconds
IndexToTimeInSeconds(int)
Converts a frame index to the corresponding time in seconds.
Declaration
public float IndexToTimeInSeconds(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | Frame index to be converted into a time in seconds. |
Returns
| Type | Description |
|---|---|
| float | Time in seconds that corresponds to the frame index passed as argument. |