Vixen
02b45cc4
csharp
public readonly record struct InstanceLodRun

Where one level's surviving instances are in the compacted list.

Read the guide page for this →

Fields and properties (2)

  • public int First

    The index of its first survivor.

  • public int Count

    How many survived at this level.

Methods (1)

  • public InstanceLodRun(int First, int Count)

    Where one level's surviving instances are in the compacted list.

Used by (3)

  • FoliageCullParityTestsVixen.Rendering.Terrain.Tests
  • InstanceCullerVixen.Rendering
  • InstanceCullingTestsVixen.Rendering.Tests