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