Example #1
0
 public override void OnReset()
 {
     from         = new Rect();
     to           = new Rect();
     time         = 0;
     storeTweener = null;
 }
 public override void OnReset()
 {
     variable = new Rect();
     compareTo = new Rect();
 }
Example #3
0
 public override void OnReset()
 {
     targetValue    = new Rect();
     targetVariable = new Rect();
 }
Example #4
0
 public override void OnReset()
 {
     targetValue = new Rect();
     targetVariable = new Rect();
 }
Example #5
0
 public virtual void OnReset()
 {
     this.targetValue    = (SharedRect)(Rect)null;
     this.targetVariable = (SharedRect)(Rect)null;
 }
Example #6
0
 public virtual void OnReset()
 {
     this.variable  = (SharedRect)(Rect)null;
     this.compareTo = (SharedRect)(Rect)null;
 }
 public override void OnReset()
 {
     this.variable  = default(Rect);
     this.compareTo = default(Rect);
 }
Example #8
0
 public override void OnReset()
 {
     this.targetValue    = default(Rect);
     this.targetVariable = default(Rect);
 }
Example #9
0
 public override void OnReset()
 {
     variable = new Rect();
     compareTo = new Rect();
 }