Table of Contents

Class FlowNode_ListMutationT<T>

Namespace
Ceres.Flow.Utilities
Assembly
Ceres.Flow.dll
public abstract class FlowNode_ListMutationT<T> : FlowNode, IEnumerable<CeresNode>, IEnumerable, IDisposable

Type Parameters

T
Inheritance
FlowNode_ListMutationT<T>
Implements
Derived
Inherited Members

Constructors

FlowNode_ListMutationT()

protected FlowNode_ListMutationT()

Fields

list

[InputPort(true)]
[CeresLabel("List")]
[HideInGraphEditor]
public CeresPort<IList<T>> list

Field Value

CeresPort<IList<T>>

Methods

__getTypeName()

protected override string __getTypeName()

Returns

string

__initializePorts()

protected override void __initializePorts()

__initializeVariables()

protected override void __initializeVariables()