Struct AssetInfo
Identifies one entry in the asset cache.
public readonly record struct AssetInfo : IEquatable<AssetInfo>
- Implements
- Inherited Members
Constructors
AssetInfo(Type, string, AssetLoadState)
Identifies one entry in the asset cache.
public AssetInfo(Type Type, string Key, AssetLoadState State)
Parameters
TypeTypeKeystringStateAssetLoadState
Properties
Key
public string Key { get; init; }
Property Value
State
public AssetLoadState State { get; init; }
Property Value
Type
public Type Type { get; init; }