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