Ejemplo n.º 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;
        }
Ejemplo n.º 2
0
 public Resize()
 {
     Blueprint = new ResizeInstance();
 }
Ejemplo n.º 3
0
 public Resize()
 {
     Blueprint = new ResizeInstance();
 }