Node Socket Structure Type ItemsΒΆ
- AUTO:
Auto.
Automatically detect a good structure type based on how the socket is used.
- DYNAMIC:
Dynamic.
Socket can work with different kinds of structures.
- FIELD:
Field.
Socket expects a field.
- GRID:
Grid.
Socket expects a grid.
- LIST:
List.
Socket expects a list.
- SINGLE:
Single.
Socket expects a single value.