MCPcopy 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

DeleteMethod · 0.45

Calls 1

MarkWorkspaceDirtyMethod · 0.80

Tested by

no test coverage detected