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