csharp
public readonly record struct FoliageBatchWhat one cell contributed to a frame.
Fields and properties (5)
public int TypeWhich palette entry.
public FoliageCellKey CellWhich cell.
public int FirstWhere its survivors begin in the frame's compacted buffer.
public int CountHow many survived.
public DrawCommand[] CommandsOne indirect command per level, at that level's index.
Methods (1)
public FoliageBatch(int Type, FoliageCellKey Cell, int First, int Count, DrawCommand[] Commands)What one cell contributed to a frame.
Used by (2)
- FoliageRendererVixen.Rendering.Terrain
- FoliageRendererTestsVixen.Rendering.Terrain.Tests