Skip to content
ct

Class

PickupAnimationPlayer

Generated GDScript class reference for ItemVault.PickupAnimationPlayer.

Status
Draft
Version
v1.0
Updated
Development docs generated from GDScript source

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

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