bevy
0.15.2
In bevy::
utils
bevy
::
utils
Function
dbg
Copy item path
Source
pub fn dbg<T>(data: T)
where T:
Debug
,
Expand description
Calls the
tracing::debug!
macro on a value.