MCPcopy 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

SelectPresetFunction · 0.85
RemovePresetFunction · 0.85
RemoveTargetFunction · 0.85
GatherDataFunction · 0.85

Calls 2

RefreshColumnsFunction · 0.85
SelectMethod · 0.45

Tested by

no test coverage detected