Table of Contents

Class FlowNode_ArrayContainsT<T>

Namespace
Ceres.Flow.Utilities
Assembly
Ceres.Flow.dll
[CeresGroup("Utilities/Array")]
[CeresLabel("Contains")]
[NodeInfo("Returns true when the array contains the specified item.")]
[CeresMetadata(new string[] { "style = ConstNode", "path = Dependency" })]
public sealed class FlowNode_ArrayContainsT<T> : ExecutableNode, IEnumerable<CeresNode>, IEnumerable, IDisposable

Type Parameters

T
Inheritance
FlowNode_ArrayContainsT<T>
Implements
Inherited Members

Constructors

FlowNode_ArrayContainsT()

public FlowNode_ArrayContainsT()

Fields

array

[InputPort(true)]
[CeresLabel("")]
[HideInGraphEditor]
public CeresPort<IReadOnlyList<T>> array

Field Value

CeresPort<IReadOnlyList<T>>

item

[InputPort(false)]
[CeresLabel("Item")]
public CeresPort<T> item

Field Value

CeresPort<T>

result

[OutputPort(true)]
[CeresLabel("Result")]
public CeresPort<bool> result

Field Value

CeresPort<bool>

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()