Chris' Tutorials
Docs/Item Vault

Class

PickupAnimationPlayer

Generated GDScript class reference for ItemVault.PickupAnimationPlayer.

StatusDraft
Versionv1.0
UpdatedDevelopment docs generated from GDScript source

This is unreleased documentation in active development. APIs, class names, and behavior may change before the final release.

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 AnimationPlayer

Members

NameKindSummary
pickupPropertyPlays 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_pickupPropertyThe 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