Vixen
02b45cc4
csharp
public readonly record struct GrassSlot

One cell and the ring slot it was given.

Read the guide page for this →

Fields and properties (2)

  • public FoliageCellKey Cell

    Which cell.

  • public int Slot

    Which of the ring's fixed allocations it holds.

Methods (1)

  • public GrassSlot(FoliageCellKey Cell, int Slot)

    One cell and the ring slot it was given.

Used by (7)

  • GrassDispatchVixen.Rendering.Terrain
  • GrassDispatchTestsVixen.Rendering.Terrain.Tests
  • GrassDrawPassTestsVixen.Rendering.Terrain.Tests
  • GrassRendererVixen.Rendering.Terrain
  • GrassResidencyVixen.Foliage
  • GrassResidencyChangeVixen.Foliage
  • GrassResidencyTestsVixen.Foliage.Tests