vertxxyz / Vertx.Debugging

Debugging utilities for Unity
MIT License
508 stars 33 forks source link

Make `Shape.Box(Matrix4x4 matrix)` public #19

Closed rhys-vdw closed 9 months ago

rhys-vdw commented 10 months ago

I think Box(Matrix4x4) might be marked internal by mistake:

https://github.com/vertxxyz/Vertx.Debugging/blob/4986c28517ace563c06985334bf4b17429aa5997/Runtime/Shapes/Shapes.cs#L829

Seems Circle(Matrix4x4) is public: https://github.com/vertxxyz/Vertx.Debugging/blob/4986c28517ace563c06985334bf4b17429aa5997/Runtime/Shapes/Shapes.cs#L463