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