Vixen
dd8b0a81
csharp
public readonly record struct Notification

One message.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • public NotificationSeverity Severity

    How much it matters.

  • public string Message

    What it says.

  • public string? Detail

    The second line — a file, a path, a compiler diagnostic — or null.

  • public TimeSpan When

    When 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