@@ -13,29 +13,17 @@ public class TweenSharp: TSTimeDef
13
13
public object onUpdateParams = null ;
14
14
public bool reversed = false ;
15
15
public bool suppressEvents = false ;
16
-
17
- /*
18
- , onCompleteScope:1,
19
- useFrames:1, runBackwards:1, startAt:1, onUpdateScope:1,
20
- onStart:1, onStartParams:1, onStartScope:1, onReverseComplete:1, onReverseCompleteParams:1, onReverseCompleteScope:1,
21
- onRepeat:1, onRepeatParams:1, onRepeatScope:1, easeParams:1,
22
- yoyo:1, onCompleteListener:1, onUpdateListener:1, onStartListener:1, onReverseCompleteListener:1, onRepeatListener:1,
23
- orientToBezier:1, immediateRender:1, repeat:1, repeatDelay:1, data:1, paused:1, reversed:1};
24
- */
16
+ public TSEase . EaseFunction ease = Linear . EaseNone ;
25
17
26
18
private float position ;
27
19
private Dictionary < string , float > properties ;
28
-
29
20
private object target ;
30
-
31
21
private List < string > propertyNames ;
32
22
private List < float > propertyStartValues ;
33
23
private List < float > propertyTargetValues ;
34
24
private List < TSPlugin > propertyPlugins ;
35
25
private List < PropertyInfo > propertyInfos ;
36
26
37
- public TSEase . EaseFunction ease = Linear . EaseNone ;
38
-
39
27
public TweenSharp ( object target , float duration , Dictionary < string , object > args ) : base ( duration )
40
28
{
41
29
float f = 0 ;
0 commit comments