Table of Contents

Class CustomFunctionOutput

Namespace
Ceres.Flow.CustomFunctions
Assembly
Ceres.Flow.dll
[CeresGroup("Hidden")]
[CeresLabel("Function Output")]
[NodeInfo("Returns from a local Flow function and writes the configured output value.")]
[CeresMetadata(new string[] { "style = CustomFunctionOutput" })]
public class CustomFunctionOutput : ForwardNode, IEnumerable<CeresNode>, IEnumerable, IDisposable
Inheritance
CustomFunctionOutput
Implements
Inherited Members

Constructors

CustomFunctionOutput()

public CustomFunctionOutput()

Fields

parameter

[HideInGraphEditor]
public CustomFunctionOutputParameter parameter

Field Value

CustomFunctionOutputParameter

returnValue

[InputPort(false)]
[CeresLabel("Return")]
[HideInGraphEditor]
public CeresPort<CeresPort> returnValue

Field Value

CeresPort<CeresPort>

Methods

Execute(ExecutionContext)

protected override UniTask Execute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

Returns

UniTask

__getTypeName()

protected override string __getTypeName()

Returns

string

__initializePorts()

protected override void __initializePorts()

__initializeVariables()

protected override void __initializeVariables()