Draft — Unreleased:This page is in active development. APIs, class names, and behavior may change before the release is finalized. Use it as a preview of what's coming — not as a stable integration target.
Source: addons/item_vault/pickups/pickup_animation_player.gd
Syntax
class PickupAnimationPlayer extends AnimationPlayerMembers
| Name | Kind | Summary |
|---|---|---|
pickup | Property | Plays an animation after the picked_up signal is emitted. Typically the animation handles removal of the object from the scene on complete The pickup to connect to and respond when the picked_up signal emits by playing the anim_pickup |
anim_pickup | Property | The animation to play once the pickup occurs |
Source
addons/item_vault/pickups/pickup_animation_player.gd
Plugin docs root:gdscript/plugins/item_vault_dev/addons/item_vault/guides