示例#1
0
 private void OnDisable()
 {
     stickerSavedPopup.ClosePopup(true);
 }
示例#2
0
 void OnDisable()
 {
     //Unsubscribe to the OnSelectionChange
     contentScroll.OnSelectionChange -= UpdateDetailsPanel;
     savedPopup.ClosePopup(true);
 }