Constructs a path from a list of points. Pre allocates the screenSpaceLines used to render.
Points in world coordinates.
Points in world coordinates.
Note, screenSpaceLines is only used as a performance improvement and contains no useful information. They are used to contain the screen space coordinates of the points. By allocating the space here, we avoid per frame allocations, see [[TextElementsRenderer.prepopulateScreenWithBlockingElements]].
Generated using TypeDoc
This path in world coordinates is projected to screen space and blocks all other labels.
It could be used for example:
Could potentially be expanded in future to have a priority, however for now, this isn't required.