Crate bevy_pins

Crate bevy_pins 

Source

Re-exports§

pub use ui::NavigationSection;
pub use ui::PinUIState;
pub use ui::handle_pin_ui_input;
pub use ui::update_pin_ui;
pub use equipment::*;
pub use inventory::*;
pub use overpin::*;
pub use pins::*;

Modules§

equipment
inventory
overpin
pins
ui

Macros§

create_pin
Macro for creating individual pins with their components and automatic registration
create_pins
Macro for creating multiple pins at once with automatic registration
inventory_t
Internal macro to trigger auto-registration of all pins

Structs§

PinsPlugin
The main plugin for the pin system

Functions§

initialize_pin_registry
System to initialize the pin registry with all auto-registered pins
update_ui_state_bounds
System to update UI state bounds when inventory or equipment changes