Animated List Insert Existing Item
Insert an existing item instance into an AnimatedList at a specific index.
Parameters
| Parameter | Description |
|---|---|
| Animated List | Target AnimatedList widget. |
| Item | Existing item GameObject to insert. |
| At Index | Index to insert at. |
| 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 during animation. |
| Use Realtime | If enabled, animation uses unscaled time. |
Notes
- If
Animated ListorItemis missing, the action does nothing. - Use this when you already have a prepared item instance and need to place it at a specific position in the list.