Vixen
02b45cc4
csharp
public readonly record struct DebugLine

One line to draw, in world space.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • public Vector3 From

    Where it starts.

  • public Vector3 To

    Where it ends.

  • public Color4 Colour

    What colour it is.

  • public float Remaining

    Seconds left to live. Zero means "this frame only".

Methods (2)

  • public DebugLine(Vector3 From, Vector3 To, Color4 Colour, float Remaining)

    One line to draw, in world space.

  • public DebugLine WithRemaining(float remaining)

    The same entry with a different lifetime.

Used by (6)

  • DebugDrawVixen.Engine
  • DebugDrawShapeTestsVixen.Engine.Tests
  • DebugDrawTestsVixen.Engine.Tests
  • DebugGeometryVixen.Engine.Renderer
  • GizmoTestsVixen.Animation.Tests
  • NavMeshDebugDrawTestsVixen.Navigation.Tests