Skip to content

Animated List Actions

Actions for adding, inserting, removing, and clearing items in an AnimatedList.

Animated List Actions

Add Item

Create a new item from the list prefab or a prefab override.

Add Existing Item

Adopt an existing item instance into the list and animate it in.

Insert Item

Create and insert a new item at a specific index.

Insert Existing Item

Insert an existing item instance at a specific index.

Remove Item

Remove an item by item instance or host object.

Remove Item At Index

Remove an item by index.

Clear

Remove all items from the list, instantly or with animation.

See also