JUtils
A unity utilities library
|
Some shorthand functions for drawing things with Hanldes More...
Static Public Member Functions | |
static void | DrawVector (Vector3 position, Vector3 vector, Color color) |
Draws a ray with a disc relative to the position and the input ray More... | |
static void | DrawString (string text, Vector3 worldPos, Color? colour=null) |
Draw text at a point in the world More... | |
Some shorthand functions for drawing things with Hanldes
|
inlinestatic |
Draw text at a point in the world
text | The text to draw |
worldPos | The position to draw the text |
"> <param name="colour">The color to draw</param>"> https://gist.github.com/Arakade/9dd844c2f9c10e97e3d0
|
inlinestatic |
Draws a ray with a disc relative to the position and the input ray