Vixen
02b45cc4
csharp
public interface IDebugFontSink

Where DebugFont puts the segments it produces.

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

Remarks

An interface rather than a delegate, and taken by ref as a constrained type parameter, so emitting a line of text costs no allocation and no indirect call: the sink is a struct that appends to whatever list the caller already has, and the JIT inlines it.

Methods (1)

Used by (4)

  • BoundsVixen.Engine.Tests
  • DebugFontVixen.Engine
  • ScreenSinkVixen.Engine
  • WorldSinkVixen.Engine.Renderer