class MAGES::SceneGraph::Editor::PortView¶
class PortView: public Port
{
public:
// fields
ContextualMenuManipulator contextualMenu = null;
PortRef PortRef;
PortDir portDir;
System.Action onAdd =(p) => { };
System.Action onRemove =(p) => { };
// methods
static PortView Make(PortRef portRef, PortDir dir, string label);
void ClearForPool();
};