Table of Contents

Class FlowNode_ExecuteFunctionTVoid<TTarget, TP1, TP2>

Namespace
Ceres.Graph.Flow.Utilities
Assembly
cs.temp.dll.dll
public sealed class FlowNode_ExecuteFunctionTVoid<TTarget, TP1, TP2> : FlowNode_ExecuteFunctionVoid<TTarget>, IDisposable, ISerializationCallbackReceiver

Type Parameters

TTarget
TP1
TP2
Inheritance
object
FlowNode_ExecuteFunctionTVoid<TTarget, TP1, TP2>
Implements
IDisposable
ISerializationCallbackReceiver
Inherited Members

Fields

input1

public CeresPort<TP1> input1

Field Value

CeresPort<TP1>

input2

public CeresPort<TP2> input2

Field Value

CeresPort<TP2>

target

public CeresPort<TTarget> target

Field Value

CeresPort<TTarget>

Methods

LocalExecute(ExecutionContext)

protected override void LocalExecute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext