Exemplo n.º 1
0
 private void OnDestroy()
 {
     if (mRegionTick != null)
     {
         mRegionTick.Unregister();
     }
     mRegionTick = null;
 }
Exemplo n.º 2
0
 private void Awake()
 {
     mRegionTick = XEvent.Register(I18NEventConst.OnUseRegion, OnSetRegion, FrameworkConst.FrameworkEventGroupName);
     RefreshTextValue();
 }