Table of Contents

Class TagSelector

Namespace
Stride.Core.Assets.Selectors
Assembly
Stride.Core.Assets.dll

An AssetSelector using tags stored in Tags

[DataContract("TagSelector")]
public class TagSelector : AssetSelector
Inheritance
TagSelector

Properties

Tags

Gets the tags that will be used to select an asset.

public TagCollection Tags { get; }

Property Value

TagCollection

The tags.

Methods

Select(PackageSession, IContentIndexMap)

public override IEnumerable<string> Select(PackageSession packageSession, IContentIndexMap contentIndexMap)

Parameters

packageSession PackageSession
contentIndexMap IContentIndexMap

Returns

IEnumerable<string>