pub fn process_labels_2d<'a>(
    batch: LabeledBatch<'a, Vec2, impl Iterator<Item = Vec2> + 'a>,
    world_from_obj: Affine3A
) -> impl Iterator<Item = UiLabel> + 'a
Expand description

Produces 2D ui labels from component data.

See process_labels() for further documentation.