Table of Contents

Class PathSelector

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

Matches asset depending on their URL, using a gitignore-like format (based on fnmatch()).

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

Constructors

PathSelector()

public PathSelector()

Properties

Paths

Gets or sets the paths (gitignore format).

public List<string> Paths { get; set; }

Property Value

List<string>

The paths (gitignore format).

Methods

Select(PackageSession, IContentIndexMap)

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

Parameters

packageSession PackageSession
contentIndexMap IContentIndexMap

Returns

IEnumerable<string>