コード例 #1
0
 // Use this for initialization
 void Start()
 {
     helpWindowAnimController = FindObjectOfType<HelpWindow_Animation>();
 }
コード例 #2
0
 // Use this for initialization
 void Start()
 {
     indicators = FindObjectOfType<Indicators>();
     helpAnimation = FindObjectOfType<HelpWindow_Animation>();
 }