Class StepNode
Properties
hasAnyConnection
public bool hasAnyConnection { get; }
muted
public bool muted { get; protected set; }
guid
public string guid { get; set; }
title
public string title { get; }
subtitle
public string subtitle { get; }
width
public float width { get; }
position
public Vector2 position { get; set; }
contentContainer
public VisualElement contentContainer { get; }
color
public Color color { get; }
step
public IStep step { get; internal set; }
process
public IProcess process { get; internal set; }
guiFactory
public GUIFactory guiFactory { get; internal set; }
Constructors
StepNode()
public StepNode()
Methods
virtual Connectionline RequestConnect(OutputPort outputPort)
public virtual Connectionline RequestConnect(OutputPort outputPort)
override void Mute()
public override void Mute()
override void Unmute()
public override void Unmute()