Timing.Includes
Method in Timing
Declaration
public bool Includes(float time)
Description
Checks if a time is within the start and end time.
Parameters
time | The time to check. |
Returns
bool | True if the time is within the start and end time. |
public bool Includes(float time)
Checks if a time is within the start and end time.
time | The time to check. |
bool | True if the time is within the start and end time. |