csharp
public readonly record struct FileChangeOne settled change to one path.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public VirtualPath PathWhat changed.
public FileChangeKind KindHow.
public VirtualPath OldPathWhere it came from, for Renamed; otherwise the default.
Methods (1)
public FileChange(VirtualPath Path, FileChangeKind Kind, VirtualPath OldPath = default(VirtualPath))One settled change to one path.
Used by (7)
- FileChangeCoalescerVixen.Core.IO
- FileChangeCoalescerTestsVixen.Core.IO.Tests
- FileWatcherVixen.Core.IO
- FileWatcherTestsVixen.Core.IO.Tests
- IFileWatcherVixen.Core.IO
- EditorApplicationVixen.Editor.App
- ScriptsModuleVixen.Editor.Scripts