Search Results for

    Show / Hide Table of Contents

    Class FlowNode_SwitchStringNodeView

    Node view for

    Inheritance
    object
    CeresNodeView
    ExecutableNodeView
    ExecutablePortArrayNodeView
    FlowNode_SwitchStringNodeView
    Implements
    ICeresNodeView
    Inherited Members
    ExecutablePortArrayNodeView.PortLength
    ExecutablePortArrayNodeView.NodeReflection
    ExecutablePortArrayNodeView.CompileNode()
    ExecutablePortArrayNodeView.BuildContextualMenu(ContextualMenuPopulateEvent)
    ExecutablePortArrayNodeView.AddPort(int)
    ExecutablePortArrayNodeView.RemovePort(int)
    ExecutablePortArrayNodeView.RemoveUnconnectedPorts()
    ExecutablePortArrayNodeView.ReorderDynamicPorts()
    ExecutableNodeView.Flags
    ExecutableNodeView.ExecutableNodeElement
    ExecutableNodeView.FlowGraphEditorWindow
    ExecutableNodeView.AddBreakpoint()
    ExecutableNodeView.RemoveBreakpoint()
    ExecutableNodeView.Validate(FlowGraphValidator)
    ExecutableNodeView.GetDefaultTooltip()
    CeresNodeView.Guid
    CeresNodeView.NodeElement
    CeresNodeView.GraphView
    CeresNodeView.NodeType
    CeresNodeView.NodeInstance
    CeresNodeView.FieldResolvers
    CeresNodeView.FieldInfos
    CeresNodeView.PortViews
    CeresNodeView.Initialize(Type, CeresGraphView)
    CeresNodeView.SetupNodeElement(NodeElement)
    CeresNodeView.OnSetupNodeElement()
    CeresNodeView.SetGraphOwner(CeresGraphView)
    CeresNodeView.OnSetGraphView()
    CeresNodeView.SetNodeInstanceType(Type)
    CeresNodeView.OnSetNodeInstanceType()
    CeresNodeView.FindPortView(string, int)
    CeresNodeView.FindPortViewWithDisplayName(string, int)
    CeresNodeView.FindPortViewWithDisplayType(Type, int)
    CeresNodeView.FindConnectablePortView(CeresPortView)
    CeresNodeView.GetAllPortViews()
    CeresNodeView.FindFieldResolver(string)
    CeresNodeView.FindFieldResolver<T>(string)
    CeresNodeView.FillDefaultNodeProperties()
    CeresNodeView.FillDefaultNodeTitle()
    CeresNodeView.FillDefaultNodePorts()
    CeresNodeView.GetContainerType()
    CeresNodeView.AddPortView(CeresPortView)
    CeresNodeView.RemovePortView(CeresPortView)
    CeresNodeView.ReconnectEdges()
    CeresNodeView.SetTooltip(string)
    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
    ExecutablePortArrayNodeView.GetPortArrayElementDisplayName(int)

    SetNodeInstance(CeresNode)

    Declaration
    public override void SetNodeInstance(CeresNode ceresNode)
    Parameters
    Type Name Description
    CeresNode ceresNode
    Overrides
    ExecutablePortArrayNodeView.SetNodeInstance(CeresNode)

    Implements

    ICeresNodeView
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX