설치

사용

webView = transform.GetComponent<WebViewObject>();
webView.Init();
webView.SetMargins(left: 0, top: 150, right: 0, bottom: 0);
webView.LoadURL("<https://www.google.co.kr>");
webView.SetVisibility(true);