Macro bevy_utils::warn_once
source · macro_rules! warn_once { ($($arg:tt)+) => { ... }; }
Expand description
Call warn!
once per call site.
Useful for logging within systems which are called every frame.
macro_rules! warn_once { ($($arg:tt)+) => { ... }; }
Call warn!
once per call site.
Useful for logging within systems which are called every frame.