(item: bevy::ecs::query::QueryItem<Self::Query>)
| 133 | type Filter = (); |
| 134 | |
| 135 | fn extract_component(item: bevy::ecs::query::QueryItem<Self::Query>) -> Self { |
| 136 | MarkerInstanceMatData(item.0.clone()) |
| 137 | } |
| 138 | } |
| 139 | |
| 140 | #[derive(Component, Default)] |
nothing calls this directly
no test coverage detected