Timing01 Constructor
Constructor in Timing01
Declaration
public Timing01(float start, float end)
Description
Creates a new timing with the specified values.
Parameters
start | The start time of the animation, between 0 and 1. |
end | The end time of the animation, between 0 and 1. |