Table of Contents

Class FlowNode_ExecuteFunctionT<TTarget>

Namespace
Ceres.Flow.Utilities
Assembly
Ceres.Flow.dll
[CeresGroup("Hidden")]
public sealed class FlowNode_ExecuteFunctionT<TTarget> : FlowNode_ExecuteFunctionUber, IEnumerable<CeresNode>, IEnumerable, IDisposable

Type Parameters

TTarget
Inheritance
FlowNode_ExecuteFunctionT<TTarget>
Implements
Inherited Members

Constructors

FlowNode_ExecuteFunctionT()

public FlowNode_ExecuteFunctionT()

Fields

inputs

[InputPort(false)]
public CeresPort<object>[] inputs

Field Value

CeresPort<object>[]

outputs

[OutputPort(true)]
public CeresPort<object>[] outputs

Field Value

CeresPort<object>[]

target

[InputPort(false)]
[HideInGraphEditor]
public CeresPort<TTarget> target

Field Value

CeresPort<TTarget>

Methods

LocalExecute(ExecutionContext)

Do node local execution, sync only

protected override void LocalExecute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

OnAfterDeserialize()

public void OnAfterDeserialize()

OnBeforeSerialize()

public void OnBeforeSerialize()

__getTypeName()

protected override string __getTypeName()

Returns

string

__initializePorts()

protected override void __initializePorts()

__initializeVariables()

protected override void __initializeVariables()