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 |