Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ OnDelete
Method
OnDelete
Source/Editor/Content/Items/ScriptItem.cs:90–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
89
/// <inheritdoc />
90
public override void OnDelete()
91
{
92
ScriptsBuilder.MarkWorkspaceDirty();
93
94
base.OnDelete();
95
}
96
}
97
}
Callers
1
Delete
Method · 0.45
Calls
1
MarkWorkspaceDirty
Method · 0.80
Tested by
no test coverage detected