AssetSelector Class
Namespace: Stride.Core.AssetsAssembly: Stride.Core.Assets.dll
An asset selector
System.Object →
AssetSelector
Derived from AssetSelector: PathSelector TagSelector
[DataContract(Inherited = true)]
public abstract class AssetSelector
| Name | Description | |
|---|---|---|
| Methods | ||
| Select(PackageSession, IContentIndexMap) | ||
Methods
Select(PackageSession, IContentIndexMap)
public abstract IEnumerable<string> Select(PackageSession packageSession, IContentIndexMap contentIndexMap)
Parameters
| Type | Name | Description |
|---|---|---|
| PackageSession | packageSession | |
| IContentIndexMap | contentIndexMap |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<System.String> |