Search Results for

    Show / Hide Table of Contents

    Class ExecuteFunctionNodeView

    Inheritance
    object
    CeresNodeView
    ExecutableNodeView
    ExecuteFunctionNodeView
    FlowNode_ExecuteFunctionReturnNodeView
    FlowNode_ExecuteFunctionUberNodeView
    FlowNode_ExecuteFunctionVoidNodeView
    Implements
    ICeresNodeView
    Inherited Members
    ExecutableNodeView.Flags
    ExecutableNodeView.ExecutableNodeElement
    ExecutableNodeView.FlowGraphEditorWindow
    ExecutableNodeView.AddBreakpoint()
    ExecutableNodeView.RemoveBreakpoint()
    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 abstract class ExecuteFunctionNodeView : ExecutableNodeView, ICeresNodeView

    Properties

    DisplayTarget

    Declaration
    protected bool DisplayTarget { get; }
    Property Value
    Type Description
    bool

    ExecuteInDependency

    Declaration
    protected bool ExecuteInDependency { get; }
    Property Value
    Type Description
    bool

    InstanceIsSelfTarget

    Declaration
    protected bool InstanceIsSelfTarget { get; }
    Property Value
    Type Description
    bool

    IsNeedResolveReturnType

    Declaration
    protected bool IsNeedResolveReturnType { get; }
    Property Value
    Type Description
    bool

    IsScriptMethod

    Declaration
    protected bool IsScriptMethod { get; }
    Property Value
    Type Description
    bool

    IsStatic

    Declaration
    protected bool IsStatic { get; }
    Property Value
    Type Description
    bool

    MethodInfo

    Declaration
    protected MethodInfo MethodInfo { get; }
    Property Value
    Type Description
    MethodInfo

    MethodName

    Declaration
    protected string MethodName { get; }
    Property Value
    Type Description
    string

    ParameterCount

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

    ResolveReturnTypeParameter

    Declaration
    protected ParameterInfo ResolveReturnTypeParameter { get; }
    Property Value
    Type Description
    ParameterInfo

    ScriptTargetType

    Declaration
    protected Type ScriptTargetType { get; }
    Property Value
    Type Description
    Type

    StaticIsSelfTarget

    Declaration
    protected bool StaticIsSelfTarget { get; }
    Property Value
    Type Description
    bool

    Methods

    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()

    FillMethodParametersPorts(MethodInfo)

    Declaration
    protected abstract void FillMethodParametersPorts(MethodInfo methodInfo)
    Parameters
    Type Name Description
    MethodInfo methodInfo

    InitializeSelfTargetPortView(string)

    Notify port view to treat compiled port can be unconnected which will pass self reference at runtime

    Declaration
    protected void InitializeSelfTargetPortView(string propertyName)
    Parameters
    Type Name Description
    string propertyName

    Port view bound property name

    SetMethodInfo(MethodInfo)

    Declaration
    public void SetMethodInfo(MethodInfo methodInfo)
    Parameters
    Type Name Description
    MethodInfo methodInfo

    SetNodeInstance(CeresNode)

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

    Validate(FlowGraphValidator)

    Declaration
    public override void Validate(FlowGraphValidator validator)
    Parameters
    Type Name Description
    FlowGraphValidator validator
    Overrides
    ExecutableNodeView.Validate(FlowGraphValidator)

    Implements

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