Table of Contents

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

BlockCodec

public readonly ITileBlockCodec BlockCodec

Field Value

ITileBlockCodec

CompressionRequested

public readonly bool CompressionRequested

Field Value

bool

ConfigWarnings

public readonly string[] ConfigWarnings

Field Value

string[]

FallbackIsError

public readonly bool FallbackIsError

Field Value

bool

FallbackNotice

public readonly string FallbackNotice

Field Value

string

GraphicsFormat

public readonly GraphicsFormat GraphicsFormat

Field Value

GraphicsFormat

RejectionReasons

public readonly string[] RejectionReasons

Field Value

string[]

RequestedTextureFormat

public readonly TileTextureFormat RequestedTextureFormat

Field Value

TileTextureFormat

TextureFormat

public readonly TileTextureFormat TextureFormat

Field Value

TileTextureFormat

Properties

BlockCompressed

public bool BlockCompressed { get; }

Property Value

bool