Search Results for

    Show / Hide Table of Contents

    Class ExecutablePortArrayNodeView

    Inheritance
    object
    CeresNodeView
    ExecutableNodeView
    ExecutablePortArrayNodeView
    FlowNode_SwitchEnumNodeView
    FlowNode_SwitchStringNodeView
    Implements
    ICeresNodeView
    Inherited Members
    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
    Assembly: cs.temp.dll.dll
    Syntax
    [CustomNodeViewAttribute]
    public class ExecutablePortArrayNodeView : ExecutableNodeView, ICeresNodeView

    Constructors

    ExecutablePortArrayNodeView(Type, CeresGraphView)

    Declaration
    public ExecutablePortArrayNodeView(Type type, CeresGraphView graphView)
    Parameters
    Type Name Description
    Type type
    CeresGraphView graphView

    Properties

    NodeReflection

    Reflection data for IPortArrayNode

    Declaration
    protected PortArrayNodeReflection NodeReflection { get; }
    Property Value
    Type Description
    PortArrayNodeReflection

    PortLength

    Declaration
    protected int PortLength { get; }
    Property Value
    Type Description
    int

    Methods

    AddPort(int)

    Declaration
    protected void AddPort(int index)
    Parameters
    Type Name Description
    int index

    BuildContextualMenu(ContextualMenuPopulateEvent)

    Declaration
    public override void BuildContextualMenu(ContextualMenuPopulateEvent evt)
    Parameters
    Type Name Description
    ContextualMenuPopulateEvent evt
    Overrides
    ExecutableNodeView.BuildContextualMenu(ContextualMenuPopulateEvent)

    CompileNode()

    Declaration
    public override ExecutableNode CompileNode()
    Returns
    Type Description
    ExecutableNode
    Overrides
    ExecutableNodeView.CompileNode()

    GetPortArrayElementDisplayName(int)

    Declaration
    protected virtual string GetPortArrayElementDisplayName(int index)
    Parameters
    Type Name Description
    int index
    Returns
    Type Description
    string

    RemovePort(int)

    Declaration
    protected void RemovePort(int index)
    Parameters
    Type Name Description
    int index

    RemoveUnconnectedPorts()

    Declaration
    protected void RemoveUnconnectedPorts()

    ReorderDynamicPorts()

    Declaration
    protected void ReorderDynamicPorts()

    SetNodeInstance(CeresNode)

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

    Implements

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