-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Description
Fantastic project thankyou for sharing your code)
please help me .
PVE4 FE NODE EDIOR (screen shot)
Example parameter module shows
a slider and a combo box how can this be acheived
or otjer multiple components
is it possible for an example
how to change code below ?
[Node("IsGreater",customEditor:typeof(NumericUpDown))]
public void IsGreater(int input, out bool output)
{
var userThreshold = (int)(CurrentProcessingNode.CustomEditor as NumericUpDown).Value;
output = input > userThreshold;
}
Metadata
Metadata
Assignees
Labels
No labels