Exemple #1
0
        public override void ConfigureInstance(IAnimation tween)
        {
            //Debug.Log("ConfigureInstance: " + tween);
            ResizeInstance m = (ResizeInstance)tween;

            m.WidthFrom  = WidthFrom;
            m.WidthTo    = WidthTo;
            m.HeightFrom = HeightFrom;
            m.HeightTo   = HeightTo;
            m.WidthBy    = WidthBy;
            m.HeightBy   = HeightBy;
            m.Delay      = Delay;
            m.Duration   = Duration;
            m.Easer      = Easer;
        }
Exemple #2
0
 public Resize()
 {
     Blueprint = new ResizeInstance();
 }
Exemple #3
0
 public Resize()
 {
     Blueprint = new ResizeInstance();
 }