bevy
0.14.0
Read
In bevy::ecs::system::lifetimeless
?
Settings
Type Alias
bevy
::
ecs
::
system
::
lifetimeless
::
Read
Copy item path
source
·
[
−
]
pub type Read<T> =
&'static T
;
Expand description
A shorthand for writing
&'static T
.