コード例 #1
0
ファイル: PlayerMain.cs プロジェクト: changman/ninja
 // === コード(Monobehaviour基本機能の実装) ================
 void Awake()
 {
     playerCtrl = GetComponent <PlayerController>();
     vpad       = GameObject.FindObjectOfType <zFoxVirtualPad> ();
 }
コード例 #2
0
	// === 코드(Monobehaviour 기본기능 구현) ================
	void Awake () {
		playerCtrl 		= GetComponent<PlayerController>();
		vpad 			= GameObject.FindObjectOfType<zFoxVirtualPad> ();
	}