bevy_
utils
0.15.0
bevy_utils
Macro
once
Copy item path
Source
macro_rules! once { ($expression:expr) => { ... }; }
Expand description
Call some expression only once per call site.