コード例 #1
0
ファイル: U2NTest.cs プロジェクト: xiaomao1986/GL
 // Update is called once per frame
 void Update()
 {
     if (Input.GetKeyDown(KeyCode.Alpha0))
     {
         Debug.Log("KeyCode.Alpha0 s:" + Messenger.Broadcast_R <bool, string>("XXXX", "AAAAAaaaaa"));
     }
 }