Esempio n. 1
0
 void Start()
 {
     catAnimation  = GetCatAnimationController();
     firstPosition = transform.position;
     catAnimation.LookUp();
 }
Esempio n. 2
0
 void ChangeAnimation(CatAnimationController.CatAnimation animNumber)
 {
     Cat.GetComponent<CatAnimationController>().ChangeAnimation(animNumber);
 }
Esempio n. 3
0
 void Start()
 {
     catAnimation = GetComponent <CatController> ().GetCatAnimationController();
 }