Table of Contents

Class AssetWarning

Namespace
Shard.Assets.Typed
Assembly
Shard.Assets.dll

Identifies one codec diagnostic that did not fail preparation of an otherwise successful asset.

public sealed record AssetWarning : IEquatable<AssetWarning>
Inheritance
AssetWarning
Implements
Inherited Members

Remarks

Fixed array stores use the source file as AssetKey because one codec operation owns the complete file, while the first path segment identifies the array element.

Constructors

AssetWarning(AssetPipelinePhase, string, string, string, string, string)

Identifies one codec diagnostic that did not fail preparation of an otherwise successful asset.

public AssetWarning(AssetPipelinePhase Phase, string StoreName, string AssetKey, string Location, string Path, string Message)

Parameters

Phase AssetPipelinePhase
StoreName string
AssetKey string
Location string
Path string
Message string

Remarks

Fixed array stores use the source file as AssetKey because one codec operation owns the complete file, while the first path segment identifies the array element.

Properties

AssetKey

public string AssetKey { get; init; }

Property Value

string

Location

public string Location { get; init; }

Property Value

string

Message

public string Message { get; init; }

Property Value

string

Path

public string Path { get; init; }

Property Value

string

Phase

public AssetPipelinePhase Phase { get; init; }

Property Value

AssetPipelinePhase

StoreName

public string StoreName { get; init; }

Property Value

string