コード例 #1
0
ファイル: BottleView.cs プロジェクト: dqtoy/BottleFilp
 // Use this for initialization
 void Start()
 {
     buttonImage = GetComponent <Image> ();
     button      = GetComponent <Button> ();
     SelectEvent.AddListenerWithEditor(scroll.SelectBottle);
     SetSelectEvent.AddListenerWithEditor(BottleSelect.SelectBottle);
     bottleSelect = GetComponentInChildren <BottleSelectView> ();
 }