bevy::utils

Function dbg

source
pub fn dbg<T>(data: T)
where T: Debug,
Expand description

Calls the tracing::debug! macro on a value.