csharp
public readonly record struct FoliageCellKeyWhich cell of which type's grid.
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 XThe cell's X coordinate.
public int ZIts 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