Enum NodeIcon
- Namespace
- Ofs
- Assembly
- Ofs.Api.dll
The glyph a node shows in the add-node palette and on its title bar — a curated subset of the host's icons, chosen by value so a plugin never needs the host font's codepoints. Pass one to AddNode<TState>(string, string, NodeShape, EvalFunctional<TState>, NodeUi<TState>?, string?, NodeIcon, string?). Default lets the host pick by arity (Generate / Modify / Combine). The list is append-only; an older host that doesn't know a newer value falls back to Default.
public enum NodeIcon
Fields
Default = 0Host picks by arity (Generate / Modify / Combine). The default.
Waveform = 1Sliders = 2Filter = 3Curve = 4Activity = 5Gauge = 6Math = 7Function = 8Merge = 9Split = 10Blend = 11Combine = 12Scale = 13Ruler = 14Magnet = 15Percent = 16Repeat = 17Shuffle = 18Random = 19Wand = 20Trend = 21Zap = 22Bars = 23Move = 24