* Class: TweenNumber
#author("2024-02-10T19:19:24+00:00","","")

The `TweenNumber` class is a shortcut subclass of "TweenAbstract" that handles tweening of number values using
linear interpolation.
- inherit from: TweenAbstract~
** Constructors
- ''new TweenNumber''(times: number[], values: number[]): TweenNumber~
-- ''times''~
-- ''values''~
** Methods
- ''interpolate''(t: number): number~
The "interpolate" function takes a time value and returns the interpolated value based on the given
times and values.~
-- ''t'': t is a number representing the time at which we want to interpolate a value.~
~
- ''isEmpty''(): boolean~
The "isEmpty" function checks if the `times` and `values` arrays are empty and returns a boolean value.~


Front page   Edit Diff History Attach Copy Rename Reload   New Page list Search Recent changes   Help   RSS of recent changes