jakobhellermann / bevy-inspector-egui

Inspector plugin for the bevy game engine
Apache License 2.0
1.18k stars 173 forks source link

how do i get entity's value? #200

Closed P-Asta closed 3 months ago

P-Asta commented 3 months ago
pub struct Player {
    on_ground: bool,
    #[inspector(min = 0.0, max = 100.0)] 
    gas: f32, // this
}
P-Asta commented 3 months ago

sry, i found docs :D