コード例 #1
0
    public void showNotification(string title, string msg, float time)
    {
        Notificacao notify = this.notifiPopup.GetComponent <Notificacao>();

        notify.show(title, msg, time);
    }