Table of Contents

Struct AssetInfo

Namespace
Axolotl2D.Assets
Assembly
Axolotl2D.dll

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

Type Type
Key string
State AssetLoadState

Properties

Key

public string Key { get; init; }

Property Value

string

State

public AssetLoadState State { get; init; }

Property Value

AssetLoadState

Type

public Type Type { get; init; }

Property Value

Type