Index
The index of this block node within the list of blocks in the context node.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public int Index { get; }
Remarks
The index reflects the block's position in the parent BlockNode.ContextNode's block list. The index is zero-based and determines the order in which blocks are displayed.