Vixen
02b45cc4
csharp
public readonly record struct FoliageCellKey

Which cell of which type's grid.

Read the guide page for this →

Remarks

Signed, because a world has no origin corner: a level built around zero has cells on all four sides of it, and an unsigned coordinate would make the origin a wall.

Fields and properties (2)

  • public int X

    The cell's X coordinate.

  • public int Z

    Its Z coordinate.

Methods (1)

  • public FoliageCellKey(int X, int Z)

    Which cell of which type's grid.

Used by (17)

  • FoliageAddressVixen.Foliage
  • FoliageBatchVixen.Rendering.Terrain
  • FoliageCellGridVixen.Foliage
  • FoliageChunkVixen.Foliage
  • FoliageCollisionVixen.Foliage
  • FoliageScatterTestsVixen.Foliage.Tests
  • FoliageStoreVixen.Foliage
  • FoliageStreamerVixen.Rendering.Terrain
  • FoliageVolumeVixen.Foliage
  • FoliageVolumeTestsVixen.Foliage.Tests
  • GrassBatchVixen.Rendering.Terrain
  • GrassDispatchVixen.Rendering.Terrain
  • GrassResidencyVixen.Foliage
  • GrassScatterVixen.Foliage
  • GrassScatterParityTestsVixen.Rendering.Terrain.Tests
  • GrassSlotVixen.Foliage
  • FoliageModeTestsVixen.Editor.Terrain.Tests