Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ SelectTarget
Function
SelectTarget
Source/Editor/Windows/GameCookerWindow.cs:1106–1109 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
1104
}
1105
1106
private void SelectTarget(int index)
1107
{
1108
SelectTarget(_selectedPresetIndex, index);
1109
}
1110
1111
private void RemovePreset(int index)
1112
{
Callers
4
SelectPreset
Function · 0.85
RemovePreset
Function · 0.85
RemoveTarget
Function · 0.85
GatherData
Function · 0.85
Calls
2
RefreshColumns
Function · 0.85
Select
Method · 0.45
Tested by
no test coverage detected