mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Nodes - Show simple/advanced in list node name
This commit is contained in:
parent
a59183c3fa
commit
2c32abaee5
@ -12,7 +12,6 @@ public class ColorGradientNode : Node<ColorGradient, ColorGradientNodeCustomView
|
|||||||
|
|
||||||
public ColorGradientNode()
|
public ColorGradientNode()
|
||||||
{
|
{
|
||||||
Name = "Color Gradient";
|
|
||||||
_inputPins = new List<InputPin>();
|
_inputPins = new List<InputPin>();
|
||||||
|
|
||||||
Gradient = ColorGradient.GetUnicornBarf();
|
Gradient = ColorGradient.GetUnicornBarf();
|
||||||
|
|||||||
@ -9,7 +9,6 @@ public class ListOperatorNode : Node<ListOperator, ListOperatorNodeCustomViewMod
|
|||||||
{
|
{
|
||||||
public ListOperatorNode()
|
public ListOperatorNode()
|
||||||
{
|
{
|
||||||
Name = "List Operator";
|
|
||||||
InputList = CreateInputPin<IList>();
|
InputList = CreateInputPin<IList>();
|
||||||
InputValue = CreateInputPin<object>();
|
InputValue = CreateInputPin<object>();
|
||||||
|
|
||||||
|
|||||||
@ -13,7 +13,6 @@ public class ListOperatorPredicateNode : Node<ListOperatorEntity, ListOperatorPr
|
|||||||
|
|
||||||
public ListOperatorPredicateNode()
|
public ListOperatorPredicateNode()
|
||||||
{
|
{
|
||||||
Name = "List Operator";
|
|
||||||
_startNode = new ListOperatorPredicateStartNode {X = -200};
|
_startNode = new ListOperatorPredicateStartNode {X = -200};
|
||||||
|
|
||||||
InputList = CreateInputPin<IList>();
|
InputList = CreateInputPin<IList>();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user