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