Table of Contents

Class PortViewExtensions

Namespace
Ceres.Editor.Graph
Assembly
Ceres.Graph.Editor.dll
public static class PortViewExtensions
Inheritance
PortViewExtensions
Inherited Members

Methods

HidePort(CeresPortView)

Hide port in node view

public static void HidePort(this CeresPortView portView)

Parameters

portView CeresPortView

IsVisible(CeresPortView)

Whether port is visible

public static bool IsVisible(this CeresPortView portView)

Parameters

portView CeresPortView

Returns

bool

ShowPort(CeresPortView)

Show port in node view

public static void ShowPort(this CeresPortView portView)

Parameters

portView CeresPortView