Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ClearDirtyFlag
Function
ClearDirtyFlag
Source/Editor/Windows/GameCookerWindow.cs:1209–1215 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1207
}
1208
1209
private void ClearDirtyFlag()
1210
{
1211
if (_isDataDirty)
1212
{
1213
_isDataDirty = false;
1214
}
1215
}
1216
1217
private void CreateBuildTab(Tabs sections)
1218
{
Callers
3
GatherData
Function · 0.85
SaveData
Function · 0.85
GatherData
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected