MCPcopy 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

ShowSecondaryCMMethod · 0.85
OnParamReorderedMethod · 0.85
OnParamCreatedMethod · 0.85
OnParamRenamedMethod · 0.85
OnParamEditedMethod · 0.85
OnParamDeletedMethod · 0.85
PasteMethod · 0.85
DeleteMethod · 0.85
OnNodesConnectedMethod · 0.85
FormatGraphMethod · 0.85
AlignNodesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected