csharp
public readonly record struct TextureMipLevelOne 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 LevelWhich level, zero being the full-size image.
public int WidthIts width in texels.
public int HeightIts height in texels.
public long BytesWhat 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