Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 975 Bytes

for-each-item.md

File metadata and controls

21 lines (13 loc) · 975 Bytes

For Each Item

Contains a set of useful utilities for components that have been dynamically created by a For Each node.

INPUTS

Remove Completed
Send a signal, after Try Remove has been sent and any remove animation is completed. This will remove the component from its parent. See Try Remove below to learn more.

OUTPUTS

Added
When a new object is added to an array, any connected For Each node will create a new component. This component will get the Added signal. Useful for playing animations or changing states.

Try Remove
When an object is removed from am array, any connected For Each node will remove the component it created for that object. If this signal is connected the Remove Completed input should be used to signal when animations are complete.

Item Id
The object Id for this component.