Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ CreateGui
Method
CreateGui
Wrappers/MyGUI_Sharp/Core/Platform/Platform.cs:49–52 ·
view source on GitHub ↗
(string _coreFileName)
Source
from the content-addressed store, hash-verified
47
private static extern IntPtr ExportGui_Destroy();
48
49
public static void CreateGui(string _coreFileName)
50
{
51
ExportGui_Create(_coreFileName);
52
}
53
54
public static void DestroyGui()
55
{
Callers
2
PoorPlatformTest
Method · 0.80
PoorPlatformTest
Method · 0.80
Calls
1
ExportGui_Create
Function · 0.85
Tested by
no test coverage detected