Class FlowNode_ArrayIsValidIndexT<T>
[CeresGroup("Utilities/Array")]
[CeresLabel("Is Valid Index")]
[NodeInfo("Returns true when the index is inside the array bounds.")]
[CeresMetadata(new string[] { "style = ConstNode", "path = Dependency" })]
public sealed class FlowNode_ArrayIsValidIndexT<T> : ExecutableNode, IEnumerable<CeresNode>, IEnumerable, IDisposable
Type Parameters
T
- Inheritance
-
FlowNode_ArrayIsValidIndexT<T>
- Implements
- Inherited Members
Constructors
FlowNode_ArrayIsValidIndexT()
public FlowNode_ArrayIsValidIndexT()
Fields
array
[InputPort(true)]
[CeresLabel("")]
[HideInGraphEditor]
public CeresPort<IReadOnlyList<T>> array
Field Value
index
[InputPort(false)]
[CeresLabel("Index")]
public CeresPort<int> index
Field Value
result
[OutputPort(true)]
[CeresLabel("Result")]
public CeresPort<bool> result
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()