csharp
public readonly record struct NotificationOne message.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public NotificationSeverity SeverityHow much it matters.
public string MessageWhat it says.
public string? DetailThe second line — a file, a path, a compiler diagnostic — or null.
public TimeSpan WhenWhen it was raised, on the shell's clock.
Methods (1)
public Notification(NotificationSeverity Severity, string Message, string? Detail, TimeSpan When)One message.
Used by (22)
- BrowserFileDropTestsVixen.Editor.App.Tests
- BuildStepContributionTestsVixen.Editor.App.Tests
- EditorLogVixen.Editor.App
- EditorShellTestsVixen.Editor.Ui.Tests
- ExternalEditPumpTestsVixen.Editor.App.Tests
- ForceBakeDeviceTestsVixen.Editor.Texturing.Tests
- LayerStackBakeRouteDeviceTestsVixen.Editor.Texturing.Tests
- LayerStackBindingTestsVixen.Editor.Texturing.Tests
- MaterialBakeRouteDeviceTestsVixen.Editor.Texturing.Tests
- MeshMapBakeGeometryTestsVixen.Editor.App.Tests
- MeshMapBakePanelTestsVixen.Editor.App.Tests
- MessageLogViewVixen.Editor.Ui
- MilestoneE3TestsVixen.Editor.App.Tests
- NotificationCenterVixen.Editor.Ui
- ParallaxBakeDeviceTestsVixen.Editor.Texturing.Tests
- ServiceTestsVixen.Editor.Ui.Tests
- SmartMaterialShelfTestsVixen.Editor.Texturing.Tests
- SmartMaterialWiringTestsVixen.Editor.Texturing.Tests
- SplatBakeDeviceTestsVixen.Editor.Texturing.Tests
- StringCatalogChainTestsVixen.Editor.App.Tests
- TerrainPanelTestsVixen.Editor.App.Tests
- TerrainSessionTestsVixen.Editor.App.Tests