mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2026-08-15 02:57:49 +04:00
qol
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace NResUI.Rendering.Viewport;
|
||||
|
||||
public sealed class ViewportDebugSettings
|
||||
{
|
||||
public bool ShowOriginAxes { get; set; } = true;
|
||||
public bool ShowPieceOrigins { get; set; } = true;
|
||||
public bool ShowSelectedBounds { get; set; } = true;
|
||||
public bool ShowSceneBounds { get; set; }
|
||||
public bool Wireframe { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user