Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    AssetSelector Class

    Namespace: Stride.Core.Assets
    Assembly: 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)
    | Improve this Doc View Source

    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>

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation