Function bevy_pbr::extract_meshes

source ·
pub fn extract_meshes(
    commands: Commands<'_, '_>,
    prev_caster_commands_len: Local<'_, usize>,
    prev_not_caster_commands_len: Local<'_, usize>,
    meshes_query: Extract<'_, '_, Query<'_, '_, (Entity, &ComputedVisibility, &GlobalTransform, &Handle<Mesh>, Option<With<NotShadowReceiver>>, Option<With<NotShadowCaster>>)>>
)