Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ OnBuildClicked
Method
OnBuildClicked
Source/Editor/Windows/GameCookerWindow.cs:639–644 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
637
}
638
639
private void OnBuildClicked()
640
{
641
var proxy = (BuildTabProxy)Values[0];
642
var platformObj = proxy.PerPlatformOptions[_platform];
643
platformObj.Build();
644
}
645
646
public override void Refresh()
647
{
Callers
nothing calls this directly
Calls
1
Build
Method · 0.45
Tested by
no test coverage detected