bevy
0.15.0
In bevy::
log
bevy
::
log
Macro
once
Copy item path
source
macro_rules!
once { (
$expression
:expr) => { ... }; }
Expand description
Call some expression only once per call site.