Implement this interface to add your own interpolators to Tween!
bool isValid
Returns whether or not this interpolator is currently considered valid. Any invalid interpolators wil...
void Interpolate(float percent)
Called to trigger the interpolation of this interpolator. Use this callback to do whatever work your ...
float length
Returns the 'length' of this interpolator, in whatever units make sense for this interpolator....
Implement this interface to recieve a callback whenever your object is spawned from a pool.