Struct TileFormatResolver.Result
public readonly struct TileFormatResolver.Result
- Inherited Members
-
Constructors
Result(TileTextureFormat, bool, TileTextureFormat, ITileBlockCodec, GraphicsFormat, string, bool, string[], string[])
public Result(TileTextureFormat requestedTextureFormat, bool compressionRequested, TileTextureFormat textureFormat, ITileBlockCodec blockCodec, GraphicsFormat graphicsFormat, string fallbackNotice, bool fallbackIsError, string[] rejectionReasons, string[] configWarnings)
Parameters
requestedTextureFormat TileTextureFormat
compressionRequested bool
textureFormat TileTextureFormat
blockCodec ITileBlockCodec
graphicsFormat GraphicsFormat
fallbackNotice string
fallbackIsError bool
rejectionReasons string[]
configWarnings string[]
Fields
public readonly ITileBlockCodec BlockCodec
Field Value
- ITileBlockCodec
public readonly bool CompressionRequested
Field Value
- bool
public readonly string[] ConfigWarnings
Field Value
- string[]
public readonly bool FallbackIsError
Field Value
- bool
public readonly string FallbackNotice
Field Value
- string
public readonly GraphicsFormat GraphicsFormat
Field Value
- GraphicsFormat
public readonly string[] RejectionReasons
Field Value
- string[]
RequestedTextureFormat
public readonly TileTextureFormat RequestedTextureFormat
Field Value
- TileTextureFormat
TextureFormat
public readonly TileTextureFormat TextureFormat
Field Value
- TileTextureFormat
Properties
public bool BlockCompressed { get; }
Property Value
- bool