Vixen
02b45cc4
csharp
public readonly record struct ColouredEdge

An edge with the channels it contributes to.

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

Fields and properties (3)

  • public Vector2 From

    Where it starts.

  • public Vector2 To

    Where it ends.

  • public EdgeChannels Channels

    Which channels take its distance.

Methods (1)

  • public ColouredEdge(Vector2 From, Vector2 To, EdgeChannels Channels)

    An edge with the channels it contributes to.

Used by (2)

  • DistanceFieldVixen.Ui.Text
  • EdgeColoringVixen.Ui.Text