Пример #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();
 }
Пример #3
0
 public override void OnReset()
 {
     targetValue    = new Rect();
     targetVariable = new Rect();
 }
Пример #4
0
 public override void OnReset()
 {
     targetValue = new Rect();
     targetVariable = new Rect();
 }
Пример #5
0
 public virtual void OnReset()
 {
     this.targetValue    = (SharedRect)(Rect)null;
     this.targetVariable = (SharedRect)(Rect)null;
 }
Пример #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);
 }
Пример #8
0
 public override void OnReset()
 {
     this.targetValue    = default(Rect);
     this.targetVariable = default(Rect);
 }
Пример #9
0
 public override void OnReset()
 {
     variable = new Rect();
     compareTo = new Rect();
 }