Vixen
02b45cc4
csharp
public readonly record struct TextureMipLevel

One level of a texture's mip chain, as the import will produce it.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • public int Level

    Which level, zero being the full-size image.

  • public int Width

    Its width in texels.

  • public int Height

    Its height in texels.

  • public long Bytes

    What it costs in the shipped format.

Methods (1)

  • public TextureMipLevel(int Level, int Width, int Height, long Bytes)

    One level of a texture's mip chain, as the import will produce it.

Used by (3)

  • TextureImportViewVixen.Editor.AssetEditors
  • TextureLadderVixen.Editor.AssetEditors
  • TextureLadderTestsVixen.Editor.AssetEditors.Tests