コード例 #1
0
ファイル: RunneyTree.cs プロジェクト: lukgad/kGameJam2016
	void Start () {
		anim = GetComponent<Animator> ();
		rainSpotPointerController = GameObject.FindWithTag ("RainSpotPointerController").GetComponent<RainPointerController>();
	}
コード例 #2
0
ファイル: RunneyTree.cs プロジェクト: lukgad/kGameJam2016
 void Start()
 {
     anim = GetComponent <Animator> ();
     rainSpotPointerController = GameObject.FindWithTag("RainSpotPointerController").GetComponent <RainPointerController>();
 }