Search Results for

    Show / Hide Table of Contents

    Class FlowNode_ExecuteCustomFunction

    Execute custom function implemented in flow graph

    Inheritance
    object
    CeresNode
    ExecutableNode
    ForwardNode
    FlowNode
    FlowNode_ExecuteCustomFunction
    FlowNode_ExecuteCustomFunctionReturn
    FlowNode_ExecuteCustomFunctionVoid
    Implements
    System.Collections.Generic.IEnumerable<T><CeresNode>
    System.Collections.IEnumerable
    IDisposable
    IRuntimeCompiledNode
    Inherited Members
    FlowNode.exec
    FlowNode.LocalExecute(ExecutionContext)
    ForwardNode.input
    ExecutableNode.Graph
    ExecutableNode.ExecuteNode(ExecutionContext)
    CeresNode.NodeData
    CeresNode.Guid
    CeresNode.GraphPosition
    CeresNode.Dispose()
    CeresNode.GetSerializedData()
    CeresNode.GetExecutionPath()
    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.CustomFunctions
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class FlowNode_ExecuteCustomFunction : FlowNode, IEnumerable<CeresNode>, IEnumerable, IDisposable, IRuntimeCompiledNode

    Fields

    functionAsset

    Declaration
    public FlowGraphFunctionAsset functionAsset
    Field Value
    Type Description
    FlowGraphFunctionAsset

    functionName

    Declaration
    public string functionName
    Field Value
    Type Description
    string

    Methods

    Compile(CeresGraphCompiler)

    Declaration
    public void Compile(CeresGraphCompiler compiler)
    Parameters
    Type Name Description
    CeresGraphCompiler compiler

    Execute(ExecutionContext)

    Declaration
    protected override sealed UniTask Execute(ExecutionContext executionContext)
    Parameters
    Type Name Description
    ExecutionContext executionContext
    Returns
    Type Description
    UniTask
    Overrides
    FlowNode.Execute(ExecutionContext)

    Implements

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