Add option to show Debug Draw shapes in Game Viewport
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user