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