private void Awake()
 {
     this.initialRotation        = this.transform.rotation.eulerAngles;
     this.growCenter             = GetComponentInChildren <GrowCenter>();
     this.scissorsArmsBehaviours = GetComponentsInChildren <ScissorsArmsBehaviour>();
 }
Esempio n. 2
0
 private void Awake()
 {
     this.growCenter      = GetComponentInChildren <GrowCenter>();
     this.growOuterRing   = GetComponentsInChildren <GrowOuterRing>();
     this.initialPosition = this.transform.position;
 }