Class FlowNode_ArrayLengthT<T>
[CeresGroup("Utilities/Array")]
[CeresLabel("Length")]
[NodeInfo("Returns the number of items in the array.")]
[CeresMetadata(new string[] { "style = ConstNode", "path = Dependency" })]
public sealed class FlowNode_ArrayLengthT<T> : ExecutableNode, IEnumerable<CeresNode>, IEnumerable, IDisposable
Type Parameters
T
- Inheritance
-
FlowNode_ArrayLengthT<T>
- Implements
- Inherited Members
Constructors
FlowNode_ArrayLengthT()
public FlowNode_ArrayLengthT()
Fields
array
[InputPort(true)]
[CeresLabel("")]
[HideInGraphEditor]
public CeresPort<IReadOnlyList<T>> array
Field Value
length
[OutputPort(true)]
[CeresLabel("Length")]
public CeresPort<int> length
Field Value
Methods
Execute(ExecutionContext)
protected override UniTask Execute(ExecutionContext executionContext)
Parameters
executionContextExecutionContext
Returns
- UniTask
__getTypeName()
protected override string __getTypeName()
Returns
__initializePorts()
protected override void __initializePorts()
__initializeVariables()
protected override void __initializeVariables()