Animated List Add Item
Create a new item in an AnimatedList and animate it in.
Parameters
| Parameter | Description |
|---|---|
| Animated List | Target AnimatedList widget. |
| Prefab Override | Optional prefab to use instead of the list Item Prefab. |
| Override Default Animation | If enabled, uses the custom animation settings in this action. |
| Duration | Animation duration in seconds when overriding defaults. |
| Ease | Animation curve when overriding defaults. |
| Fade | If enabled, fades the item in during animation. |
| Use Realtime | If enabled, animation uses unscaled time. |
| Store Item | Optional output for the created item GameObject. |
Notes
- If
Animated Listis missing, the action does nothing. - If
Override Default Animationis off, the widget's default insert animation is used. - Use this when you want the list to instantiate a fresh item for you.