Table of Contents

Class CustomFunctionOutput

Namespace
Ceres.Graph.Flow.CustomFunctions
Assembly
cs.temp.dll.dll
public class CustomFunctionOutput : ForwardNode, IDisposable
Inheritance
object
CustomFunctionOutput
Implements
IDisposable
Inherited Members

Fields

parameter

public CustomFunctionOutputParameter parameter

Field Value

CustomFunctionOutputParameter

returnValue

public CeresPort<CeresPort> returnValue

Field Value

CeresPort<CeresPort>

Methods

Execute(ExecutionContext)

protected override UniTask Execute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

Returns

UniTask