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 (15)
- FileChangeCoalescerVixen.Core.IO
- FileChangeCoalescerTestsVixen.Core.IO.Tests
- FileWatcherVixen.Core.IO
- FileWatcherTestsVixen.Core.IO.Tests
- IFileWatcherVixen.Core.IO
- EditorApplicationVixen.Editor.App
- EditorWorldRendererTestsVixen.Editor.App.Tests
- ExternalCompoundTestsVixen.Editor.Texturing.Tests
- ExternalEditsVixen.Editor.Core
- ExternalEditsTestsVixen.Editor.Core.Tests
- LayerStackBindingTestsVixen.Editor.Texturing.Tests
- LayerStackCompoundCacheTestsVixen.Editor.Texturing.Tests
- LayerStackWatchTestsVixen.Editor.Texturing.Tests
- ScriptsModuleVixen.Editor.Scripts
- StubWatcherVixen.Editor.Core.Tests