Vixen
02b45cc4
csharp
public readonly record struct ImpostorCell

One view of a baked mesh: which cell of the grid, and where it is in the atlas.

Read the guide page for this →

Fields and properties (2)

  • public int X

    The cell's column.

  • public int Z

    Its row.

Methods (1)

  • public ImpostorCell(int X, int Z)

    One view of a baked mesh: which cell of the grid, and where it is in the atlas.

Used by (9)

  • ImpostorAtlasVixen.Rendering
  • ImpostorBakeVixen.Rendering
  • ImpostorBakeCellVixen.Rendering
  • ImpostorBakeTestsVixen.Rendering.Tests
  • ImpostorCapturePassVixen.Rendering
  • ImpostorGridVixen.Rendering
  • ImpostorSampleVixen.Rendering
  • ImpostorTestsVixen.Rendering.Tests
  • ImpostorViewVixen.Rendering