MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / OnPathChanged

Method OnPathChanged

Source/Editor/Content/Items/ScriptItem.cs:82–87  ·  view source on GitHub ↗

()

Source from the content-addressed store, hash-verified

80
81 /// <inheritdoc />
82 public override void OnPathChanged()
83 {
84 ScriptsBuilder.MarkWorkspaceDirty();
85
86 base.OnPathChanged();
87 }
88
89 /// <inheritdoc />
90 public override void OnDelete()

Callers

nothing calls this directly

Calls 1

MarkWorkspaceDirtyMethod · 0.80

Tested by

no test coverage detected