Vixen
02b45cc4
csharp
public readonly record struct ImpostorBakeCell

What one cell's bake is handed: where it is drawing, and what camera it is drawing with.

Read the guide page for this →

Fields and properties (3)

  • public ImpostorCell Cell

    Which cell of the grid.

  • public ImpostorView View

    The orthographic camera for that direction.

  • public Viewport Viewport

    Where in the atlas it lands, padding excluded.

Methods (1)

  • public ImpostorBakeCell(ImpostorCell Cell, ImpostorView View, Viewport Viewport)

    What one cell's bake is handed: where it is drawing, and what camera it is drawing with.

Used by (3)

  • ImpostorBakeVixen.Rendering
  • ImpostorBakeTestsVixen.Rendering.Tests
  • ImpostorCapturePassVixen.Rendering