TimingRange01 Constructor
Constructor in TimingRange01
Declaration
public TimingRange01(float min, float max)
Description
Creates a new timing range with the specified values.
Parameters
min | The lower bound of the timing range, between 0 and 1. |
max | The upper bound of the timing range, between 0 and 1. |