Table of Contents

Class FlowNode_SwitchIntNodeView

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

Node view for FlowNode_SwitchInt

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

Constructors

FlowNode_SwitchIntNodeView(Type, CeresGraphView)

public FlowNode_SwitchIntNodeView(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