Add option to show Debug Draw shapes in Game Viewport

This commit is contained in:
Wojtek Figat
2021-05-15 12:58:39 +02:00
parent cc8e098183
commit 6232b8d557
3 changed files with 54 additions and 12 deletions

View File

@@ -165,6 +165,11 @@ namespace FlaxEditor.Viewport
/// </summary>
public bool DrawDebugDraw = true;
/// <summary>
/// Gets the debug draw data for the viewport.
/// </summary>
public ViewportDebugDrawData DebugDrawData => _debugDrawData;
/// <summary>
/// Gets or sets a value indicating whether show navigation mesh.
/// </summary>