コード例 #1
0
ファイル: Monster3005.cs プロジェクト: howelllucas/Project
 private void Awake()
 {
     m_TrowHookAct = gameObject.GetComponent <AIThrowHookAct>();
     m_BeatBackAct = gameObject.GetComponent <AIBeatBackAct>();
     m_PursureAct  = gameObject.GetComponent <AIPursueAct>();
     m_HookPos     = gameObject.GetComponentInChildren <AIHookPosition>();
     m_HookTool    = gameObject.GetComponentInChildren <AIHook>();
 }
コード例 #2
0
ファイル: AIThrowHookAct.cs プロジェクト: howelllucas/Project
 private void Awake()
 {
     m_HookPos = GetComponentInChildren <AIHookPosition>();
 }