コード例 #1
0
 public void RegisterTipShowEventHandler(TipShowEventHandler eventHandler)
 {
     if (this.m_uiTool != null)
     {
         this.m_uiTool.RegisterTipShowEventHandler(eventHandler);
         return;
     }
     this.m_log.Error("null == m_uiTool");
 }
コード例 #2
0
 public void RegisterTipShowEventHandler(TipShowEventHandler eventHandler)
 {
     this.m_tipShowEventHandler = eventHandler;
 }
コード例 #3
0
 public void RegisterTipShowEventHandler(TipShowEventHandler eventHandler)
 {
     Singleton <LocalUIManagerBase> .singleton.RegisterTipShowEventHandler(eventHandler);
 }