Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ MarkAsEdited
Function
MarkAsEdited
Source/Editor/Windows/GameCookerWindow.cs:1201–1207 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1199
}
1200
1201
private void MarkAsEdited()
1202
{
1203
if (!_isDataDirty)
1204
{
1205
_isDataDirty = true;
1206
}
1207
}
1208
1209
private void ClearDirtyFlag()
1210
{
Callers
15
ShowSecondaryCM
Method · 0.85
OnParamReordered
Method · 0.85
OnParamCreated
Method · 0.85
OnParamRenamed
Method · 0.85
OnParamEdited
Method · 0.85
OnParamDeleted
Method · 0.85
Paste
Method · 0.85
Delete
Method · 0.85
OnNodesConnected
Method · 0.85
FormatGraph
Method · 0.85
StraightenGraphConnections
Method · 0.85
AlignNodes
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected