bevy
0.15.2
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.