Ejemplo n.º 1
0
 private void Start()
 {
     this.turtleControl = base.transform.root.GetComponentInChildren <turtleAnimatorControl>();
     this.localPos      = base.transform.localPosition;
     this.localRot      = base.transform.localEulerAngles;
     this.rb            = base.GetComponent <Rigidbody>();
 }
Ejemplo n.º 2
0
 private void Start()
 {
     this.turtleControl = base.transform.root.GetComponentInChildren<turtleAnimatorControl>();
     this.localPos = base.transform.localPosition;
     this.localRot = base.transform.localEulerAngles;
     this.rb = base.GetComponent<Rigidbody>();
 }