csharp
public static class NodeGraphThemeThe stylesheet the graph view's own elements come with.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
A third sheet, after ControlTheme and AdvancedTheme and written against the same tokens: everything NodeCanvas draws is already styled by the second, and what is here is only the four elements this assembly adds — the search popup, its rows, a sticky note, and the preview layer.
⚠ Both of those have to be loaded first. Every colour below is a var(--…) against a token one of them declares, and a custom property nothing declared substitutes to nothing — which is a popup with no background over a canvas.
Fields and properties (1)
public static string CssThe stylesheet's text, for a caller that wants to read or amend it.
Methods (1)
public static int Install(UiDocument document)Loads the theme into a document.
Used by (1)
- ViewFixtureVixen.Editor.NodeGraph.Tests