Class FlowNode_ExecuteCustomFunction
Execute custom function implemented in flow graph
Inheritance
object
FlowNode_ExecuteCustomFunction
Implements
System.Collections.Generic.IEnumerable<T><CeresNode>
System.Collections.IEnumerable
IDisposable
Inherited Members
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
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
IDisposable