Table of Contents

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 = 0

Host picks by arity (Generate / Modify / Combine). The default.

Waveform = 1
Sliders = 2
Filter = 3
Curve = 4
Activity = 5
Gauge = 6
Math = 7
Function = 8
Merge = 9
Split = 10
Blend = 11
Combine = 12
Scale = 13
Ruler = 14
Magnet = 15
Percent = 16
Repeat = 17
Shuffle = 18
Random = 19
Wand = 20
Trend = 21
Zap = 22
Bars = 23
Move = 24