Table of Contents

Class FlowNode_ExecuteFunctionT<TTarget>

Namespace
Ceres.Graph.Flow.Utilities
Assembly
cs.temp.dll.dll
public sealed class FlowNode_ExecuteFunctionT<TTarget> : FlowNode_ExecuteFunctionUber, IDisposable, ISerializationCallbackReceiver

Type Parameters

TTarget
Inheritance
object
FlowNode_ExecuteFunctionT<TTarget>
Implements
IDisposable
ISerializationCallbackReceiver
Inherited Members

Fields

inputs

public CeresPort<object>[] inputs

Field Value

CeresPort<object>[]

outputs

public CeresPort<object>[] outputs

Field Value

CeresPort<object>[]

target

public CeresPort<TTarget> target

Field Value

CeresPort<TTarget>

Methods

LocalExecute(ExecutionContext)

protected override void LocalExecute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

OnAfterDeserialize()

public void OnAfterDeserialize()

OnBeforeSerialize()

public void OnBeforeSerialize()