Class FlowNode_SwitchStringNodeView
Node view for
Inheritance
object
FlowNode_SwitchStringNodeView
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Editor.Graph.Flow.Utilities
Assembly: cs.temp.dll.dll
Syntax
public class FlowNode_SwitchStringNodeView : ExecutablePortArrayNodeView, ICeresNodeView
Constructors
FlowNode_SwitchStringNodeView(Type, CeresGraphView)
Declaration
public FlowNode_SwitchStringNodeView(Type type, CeresGraphView graphView)
Parameters
Type | Name | Description |
---|---|---|
Type | type | |
CeresGraphView | graphView |
Methods
GetPortArrayElementDisplayName(int)
Declaration
protected override string GetPortArrayElementDisplayName(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index |
Returns
Type | Description |
---|---|
string |
Overrides
SetNodeInstance(CeresNode)
Declaration
public override void SetNodeInstance(CeresNode ceresNode)
Parameters
Type | Name | Description |
---|---|---|
CeresNode | ceresNode |