pub fn default_visualized_entities_for_visualizer_kind(
ctx: &ViewerContext<'_>,
view_class_identifier: ViewClassIdentifier,
visualizer_kind: SpatialViewKind,
) -> IntSet<EntityPath>
Expand description
Returns all entities for which a visualizer of the given kind would be picked.
I.e. all entities for which at least one visualizer of the specified kind is applicable and has a matching indicator component.