コード例 #1
0
ファイル: RectTo.cs プロジェクト: lukeshark/UnityProjects
 public override void OnReset()
 {
     from         = new Rect();
     to           = new Rect();
     time         = 0;
     storeTweener = null;
 }
コード例 #2
0
 public override void OnReset()
 {
     variable = new Rect();
     compareTo = new Rect();
 }
コード例 #3
0
ファイル: SetSharedRect.cs プロジェクト: wuxijin999/Plugin
 public override void OnReset()
 {
     targetValue    = new Rect();
     targetVariable = new Rect();
 }
コード例 #4
0
ファイル: SetSharedRect.cs プロジェクト: wishes2018/UnityGame
 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;
 }
コード例 #7
0
 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
ファイル: CompareSharedRect.cs プロジェクト: dev-celvin/DK
 public override void OnReset()
 {
     variable = new Rect();
     compareTo = new Rect();
 }