Vixen
02b45cc4
csharp
public readonly record struct ScreenProbeTap

One probe's share of a pixel, out of the four around it.

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

Fields and properties (2)

  • public Int2 Probe

    Which probe.

  • public float Weight

    How much of the pixel's answer it carries, 0 to 1.

Methods (1)

  • public ScreenProbeTap(Int2 Probe, float Weight)

    One probe's share of a pixel, out of the four around it.

Used by (5)

  • AtlasConventionTestsVixen.Rendering.ScreenProbes.Tests
  • ScreenProbeAtlasVixen.Rendering.ScreenProbes
  • ScreenProbeLayoutVixen.Rendering.ScreenProbes
  • ScreenProbeLayoutTestsVixen.Rendering.ScreenProbes.Tests
  • TracedScreenProbeGatherVixen.Rendering.ScreenProbes