Function no_automatic_morph_batching

Source
pub fn no_automatic_morph_batching(
    commands: Commands<'_, '_>,
    query: Query<'_, '_, Entity, (With<MeshMorphWeights>, Without<NoAutomaticBatching>)>,
)