csharp
public readonly record struct ColouredEdgeAn 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 FromWhere it starts.
public Vector2 ToWhere it ends.
public EdgeChannels ChannelsWhich 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