JUtils
A unity utilities library
JUtils.GizmoUtils Class Reference

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...
 

Detailed Description

Some shorthand functions for drawing things with Hanldes

Member Function Documentation

◆ DrawString()

static void JUtils.GizmoUtils.DrawString ( string  text,
Vector3  worldPos,
Color?  colour = null 
)
inlinestatic

Draw text at a point in the world

Parameters
textThe text to draw
worldPosThe position to draw the text

"> <param name="colour">The color to draw</param>"> https://gist.github.com/Arakade/9dd844c2f9c10e97e3d0

◆ DrawVector()

static void JUtils.GizmoUtils.DrawVector ( Vector3  position,
Vector3  vector,
Color  color 
)
inlinestatic

Draws a ray with a disc relative to the position and the input ray


The documentation for this class was generated from the following file: