UnityEditor.WebView.InitWebView C# (CSharp) Method

InitWebView() private method

private InitWebView ( GUIView host, int x, int y, int width, int height, bool showResizeHandle ) : void
host GUIView
x int
y int
width int
height int
showResizeHandle bool
return void
        public extern void InitWebView(GUIView host, int x, int y, int width, int height, bool showResizeHandle);
        [MethodImpl(MethodImplOptions.InternalCall), WrapperlessIcall]