Search Results for

    Show / Hide Table of Contents

    Class FlowNode_ExecuteFunction

    Execute function in flow

    Inheritance
    object
    CeresNode
    ExecutableNode
    ForwardNode
    FlowNode
    FlowNode_ExecuteFunction
    FlowNode_ExecuteFunctionReturn
    FlowNode_ExecuteFunctionUber
    FlowNode_ExecuteFunctionVoid
    Implements
    System.Collections.Generic.IEnumerable<T><CeresNode>
    System.Collections.IEnumerable
    IDisposable
    Inherited Members
    FlowNode.exec
    FlowNode.Execute(ExecutionContext)
    FlowNode.LocalExecute(ExecutionContext)
    ForwardNode.input
    ExecutableNode.Graph
    ExecutableNode.ExecuteNode(ExecutionContext)
    CeresNode.NodeData
    CeresNode.Guid
    CeresNode.GraphPosition
    CeresNode.Dispose()
    CeresNode.GetSerializedData()
    CeresNode.GetEnumerator()
    CeresNode.GetExecutionPath(Type)
    CeresNode.MakeSubtitle(string, bool)
    CeresNode.GetTargetSubtitle(string, bool)
    CeresNode.GetTargetSubtitle(Type, bool)
    CeresNode.GetTypeName()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Ceres.Graph.Flow.Utilities
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class FlowNode_ExecuteFunction : FlowNode, IEnumerable<CeresNode>, IEnumerable, IDisposable

    Fields

    executeInDependency

    Declaration
    public bool executeInDependency
    Field Value
    Type Description
    bool

    isScriptMethod

    Declaration
    public bool isScriptMethod
    Field Value
    Type Description
    bool

    isSelfTarget

    Declaration
    public bool isSelfTarget
    Field Value
    Type Description
    bool

    isStatic

    Declaration
    public bool isStatic
    Field Value
    Type Description
    bool

    methodName

    Declaration
    public string methodName
    Field Value
    Type Description
    string

    parameterCount

    Declaration
    public int parameterCount
    Field Value
    Type Description
    int

    Methods

    GetExecutionPath()

    Declaration
    public override ExecutionPath GetExecutionPath()
    Returns
    Type Description
    ExecutionPath
    Overrides
    CeresNode.GetExecutionPath()

    GetMethodInfo(Type)

    Declaration
    public virtual MethodInfo GetMethodInfo(Type targetType)
    Parameters
    Type Name Description
    Type targetType
    Returns
    Type Description
    MethodInfo

    GetSelfTargetOrDefault<TValue>(CeresPort<TValue>, ExecutionContext)

    Declaration
    protected TValue GetSelfTargetOrDefault<TValue>(CeresPort<TValue> inputPort, ExecutionContext context)
    Parameters
    Type Name Description
    CeresPort<TValue> inputPort
    ExecutionContext context
    Returns
    Type Description
    TValue
    Type Parameters
    Name Description
    TValue

    GetTargetOrDefault<TValue>(CeresPort<TValue>, ExecutionContext)

    Declaration
    protected TValue GetTargetOrDefault<TValue>(CeresPort<TValue> inputPort, ExecutionContext context)
    Parameters
    Type Name Description
    CeresPort<TValue> inputPort
    ExecutionContext context
    Returns
    Type Description
    TValue
    Type Parameters
    Name Description
    TValue

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    IDisposable
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX