Steamworks.SteamHTMLSurface.RemoveBrowser C# (CSharp) Method

RemoveBrowser() public static method

Call this when you are done with a html surface, this lets us free the resources being used by it

public static RemoveBrowser ( HHTMLBrowser unBrowserHandle ) : void
unBrowserHandle HHTMLBrowser
return void
		public static void RemoveBrowser(HHTMLBrowser unBrowserHandle) {
			InteropHelp.TestIfAvailableClient();
			NativeMethods.ISteamHTMLSurface_RemoveBrowser(unBrowserHandle);
		}