refactor: DebuggerDisplays For Basic Types
This commit is contained in:
@@ -6,6 +6,7 @@ using Syntriax.Engine.Core;
|
||||
|
||||
namespace Syntriax.Engine.Physics2D.Primitives;
|
||||
|
||||
[System.Diagnostics.DebuggerDisplay("From: {From.ToString(), nq}, To: {To.ToString(), nq}, Direction: {Direction.ToString(), nq}, Length: {Length}")]
|
||||
public readonly struct Line(Vector2D From, Vector2D To)
|
||||
{
|
||||
public readonly Vector2D From { get; init; } = From;
|
||||
|
||||
Reference in New Issue
Block a user