コード例 #1
0
 private void MouseClicked()
 {
     if (!this.isClicked)
     {
         base.GetComponent <Animator>().SetTrigger("click");
         NotificationsContainerComponent componentInParent = base.transform.GetComponentInParent <NotificationsContainerComponent>();
         componentInParent.openedCards++;
     }
 }
コード例 #2
0
 private void CreateNotificationObject(NotActiveReadyNotificationWithGroupNode notification, NotificationsContainerComponent notificationContainer, int index, int notificationsCount)
 {