Releases: NotEnoughPhotons/NEDebug
Releases · NotEnoughPhotons/NEDebug
v0.0.4
v0.0.3
v0.0.2
Changelog
- Redid the DrawDisc function to look more visually appealing
- Moved drawing function logic around internally
Drawing functions
- NEDebug.DrawDisc
- NEDebug.DrawCylinder
- NEDebug.DrawSphere (DOESN'T WORK)
- NEDebug.DrawRay (from last version)
v0.0.1
- Initial release of NEDebug
Getting Started
All debugging library functions are stored in a static class named NEDebug.
Here are all of the functions you can use:
Logging
NEDebug.Logger.LogNEDebug.Logger.WarningNEDebug.Logger.Error
Drawing
NEDebug.DrawLineNEDebug.DrawPlane(WIP)NEDebug.DrawBox