Table of Contents

Class RootAssetCollection

Namespace
Stride.Core.Assets
Assembly
Stride.Core.Assets.dll
[DataSerializer(typeof(KeyedSortedListSerializer<RootAssetCollection, AssetId, AssetReference>))]
public class RootAssetCollection : KeyedSortedList<AssetId, AssetReference>, ICollection<AssetReference>, IEnumerable<AssetReference>, ICollection, IEnumerable
Inheritance
RootAssetCollection
Implements
Inherited Members
Extension Methods

Methods

GetKeyForItem(AssetReference)

Extracts the key for the specified element.

protected override AssetId GetKeyForItem(AssetReference item)

Parameters

item AssetReference

The element from which to extract the key.

Returns

AssetId

The key for the specified item.