Table of Contents

Class FlowNode_SwitchStringNodeView

Namespace
Ceres.Editor.Flow.Utilities
Assembly
Ceres.Flow.Editor.dll

Node view for FlowNode_SwitchString

[CustomNodeView(typeof(FlowNode_SwitchString))]
public class FlowNode_SwitchStringNodeView : ExecutablePortArrayNodeView, ICeresNodeView
Inheritance
FlowNode_SwitchStringNodeView
Implements
Inherited Members

Constructors

FlowNode_SwitchStringNodeView(Type, CeresGraphView)

public FlowNode_SwitchStringNodeView(Type type, CeresGraphView graphView)

Parameters

type Type
graphView CeresGraphView

Methods

GetPortArrayElementDisplayName(int)

protected override string GetPortArrayElementDisplayName(int index)

Parameters

index int

Returns

string

SetNodeInstance(CeresNode)

Set node instance attached to this view and restore all properties

public override void SetNodeInstance(CeresNode ceresNode)

Parameters

ceresNode CeresNode