Exemplo n.º 1
0
        private void _AddNotification(string notification)
        {
            NotificationWindow notificationWindow = Object.Instantiate <NotificationWindow>(m_prefab, m_windowsContainerTransform);

            notificationWindow.Open(notification);
            notificationWindow.OnClosed += OnClosed;
        }