Function re_space_view_spatial::visualizers::utilities::labels::process_labels_2d
source · 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.