Dungeon Architect  17.0.0
DungeonArchitect.Utils.DebugDrawUtils Class Reference

Helper functions to draw debug information of the dungeon layout in the scene view More...

Static Public Member Functions

static void DrawBounds (Rectangle bounds, Color color, Vector3 gridScale, bool mode2D)
 
static void DrawPoint (Vector3 position, Color color, bool mode2D)
 
static void DrawLine (Vector3 start, Vector3 end, Color color, float duration, bool depthTest, bool mode2D)
 
static void DrawCircle (Vector3 center, float radius, Color color)
 
static void DrawCircle (Vector3 center, float radius, Color color, float segmentMultiplier)
 

Detailed Description

Helper functions to draw debug information of the dungeon layout in the scene view

Definition at line 8 of file DebugDrawUtils.cs.


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