Currently, the only way to retrieve physics shape outlines is to first allocate managed memory using a List<Vector2> to which the vertices will be copied.
The outlines are available to be directly accessed via a span so adding an overload to return ReadOnlySpan<Vector2> is required.