Class CustomFunctionOutput
Implements
IDisposable
  Inherited Members
Namespace: Ceres.Graph.Flow.CustomFunctions
Assembly: cs.temp.dll.dll
Syntax
public class CustomFunctionOutput : ForwardNode, IDisposable
  Fields
parameter
Declaration
public CustomFunctionOutputParameter parameter
  Field Value
| Type | Description | 
|---|---|
| CustomFunctionOutputParameter | 
returnValue
Declaration
public CeresPort<CeresPort> returnValue
  Field Value
| Type | Description | 
|---|---|
| CeresPort<CeresPort> | 
Methods
Execute(ExecutionContext)
Declaration
protected override UniTask Execute(ExecutionContext executionContext)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ExecutionContext | executionContext | 
Returns
| Type | Description | 
|---|---|
| UniTask | 
Overrides
Implements
      IDisposable