Tween.getValue added for NumberTweens

This commit is contained in:
Richard Davey 2017-09-27 02:31:28 +01:00
parent a077abb8ce
commit df49b2d4af

View file

@ -94,6 +94,11 @@ var Tween = new Class({
this.callbackScope;
},
getValue: function ()
{
return this.data[0].current;
},
setTimeScale: function (value)
{
this.timeScale = value;