Beispiel #1
0
	public static void MakeToastFollowMouse(float time, string text)
    {
        if (canvas == null)
            InitCanvas();
        toastManager.RequestFollowToast(time, text);
    }