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