IAssetΒΆ

interface IAsset

The interface for all assets.

When you implement a new asset type, you need to implement this interface.

readonly string Name

Gets the name of the asset.

Value:The name of the asset.