Beispiel #1
0
 public void Awake()
 {
     this.displayBombEffect      = GetComponentInChildren <DisplayBombEffect>();
     this.displayScissorsEffect  = GetComponentInChildren <DisplayScissorsEffect>();
     this.displayTotalWipeEffect = GetComponentInChildren <DisplayTotalWipeEffect>();
 }
Beispiel #2
0
 private void Awake()
 {
     this.displayTotalWipeEffect = GetComponentInParent <DisplayTotalWipeEffect>();
     this.originalPosition       = this.transform.position;
 }