Class AssetWarning
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
PhaseAssetPipelinePhaseStoreNamestringAssetKeystringLocationstringPathstringMessagestring
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
Location
public string Location { get; init; }
Property Value
Message
public string Message { get; init; }
Property Value
Path
public string Path { get; init; }
Property Value
Phase
public AssetPipelinePhase Phase { get; init; }
Property Value
StoreName
public string StoreName { get; init; }