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