|
static void | DrawCrosshairs (Vector3 position, float size, Color color, float duration) |
| Draws 3 lines crossing at the center, forming a crosshair. More...
|
|
static void | DrawDirection (Vector3 position, Vector3 direction, float crosshairsSize, float directionSize, Color color, float duration) |
| Draws a direction - will draw crosshairs at the center, forming a crosshair and a line in the direction indicated More...
|
|
static void DebugDrawUtil.DrawCrosshairs |
( |
Vector3 |
position, |
|
|
float |
size, |
|
|
Color |
color, |
|
|
float |
duration |
|
) |
| |
|
inlinestatic |
Draws 3 lines crossing at the center, forming a crosshair.
- Parameters
-
position | |
size | |
color | |
duration | |
static void DebugDrawUtil.DrawDirection |
( |
Vector3 |
position, |
|
|
Vector3 |
direction, |
|
|
float |
crosshairsSize, |
|
|
float |
directionSize, |
|
|
Color |
color, |
|
|
float |
duration |
|
) |
| |
|
inlinestatic |
Draws a direction - will draw crosshairs at the center, forming a crosshair and a line in the direction indicated
- Parameters
-
position | |
crosshairsSize | |
directionSize | |
color | |
duration | |
The documentation for this class was generated from the following file: