Table of Contents

Class FlowNode_SwitchEnumNodeView

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

Node view for FlowNode_SwitchEnum

[CustomNodeView(typeof(FlowNode_SwitchEnum), true)]
public class FlowNode_SwitchEnumNodeView : ExecutablePortArrayNodeView, ICeresNodeView
Inheritance
FlowNode_SwitchEnumNodeView
Implements
Inherited Members

Constructors

FlowNode_SwitchEnumNodeView(Type, CeresGraphView)

public FlowNode_SwitchEnumNodeView(Type type, CeresGraphView graphView)

Parameters

type Type
graphView CeresGraphView

Methods

GetPortArrayElementDisplayName(int)

protected override string GetPortArrayElementDisplayName(int index)

Parameters

index int

Returns

string