コード例 #1
0
ファイル: Animal.cs プロジェクト: ZhuDailing/WorldOutside
 void OnMouseDown()
 {
     myAnimalControl.SelectAnimal(this);          // when click the animal, get the info of this animal
 }