#[derive(SystemParam)]
{
// Attributes available to this derive:
#[system_param]
}
Expand description
Implement SystemParam
to use a struct as a parameter in a system
#[derive(SystemParam)]
{
// Attributes available to this derive:
#[system_param]
}
Implement SystemParam
to use a struct as a parameter in a system