コード例 #1
0
 protected override void OnCallDestroy()
 {
     base.OnCallDestroy();
     UserInterfacePortManager.ReleaseUtils.Release(ref mLabel_Title);
     UserInterfacePortManager.ReleaseUtils.Release(ref mSprite_Status);
     UserInterfacePortManager.ReleaseUtils.Release(ref mSprite_Reward_00);
     UserInterfacePortManager.ReleaseUtils.Release(ref mSprite_Reward_01);
     UserInterfacePortManager.ReleaseUtils.Release(ref mSprite_Reward_02);
     UserInterfacePortManager.ReleaseUtils.Release(ref mSprite_Reward_03);
     UserInterfacePortManager.ReleaseUtils.Release(ref mTexture_BackgroundDesign);
     UserInterfacePortManager.ReleaseUtils.Release(ref mButton_Focus);
     mUIMissionScrollListChildActionCallBack = null;
     mKeyController = null;
 }
コード例 #2
0
 public void SetOnUIMissionScrollListChildAction(UIMissionScrollListChildAction action)
 {
     mUIMissionScrollListChildActionCallBack = action;
 }