Table of Contents

Class FlowNode_IsNullT<T>

Namespace
Ceres.Flow.Utilities
Assembly
Ceres.Flow.dll
[CeresGroup("Utilities")]
[CeresLabel("Is Null")]
[NodeInfo("Returns true when the input value is null.")]
[CeresMetadata(new string[] { "style = ConstNode", "path = Dependency" })]
public class FlowNode_IsNullT<T> : ExecutableNode, IEnumerable<CeresNode>, IEnumerable, IDisposable

Type Parameters

T
Inheritance
FlowNode_IsNullT<T>
Implements
Inherited Members

Constructors

FlowNode_IsNullT()

public FlowNode_IsNullT()

Fields

resultValue

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

Field Value

CeresPort<bool>

value

[InputPort(false)]
[CeresLabel("Value")]
public CeresPort<T> value

Field Value

CeresPort<T>

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