Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    AssetDependencySearchOptions Enum

    Namespace: Stride.Core.Assets.Analysis
    Assembly: Stride.Core.Assets.dll

    Options used when searching asset dependencies.

    [Flags]
    public enum AssetDependencySearchOptions

    Fields

    Name Description
    All

    Search recursively all in and out dependencies.

    In

    Search for in only dependencies.

    InOut

    Search for in and out dependencies.

    Out

    Search for out only dependencies.

    Recursive

    Search recursively

    Extension Methods

    ComponentBaseExtensions.DisposeBy<AssetDependencySearchOptions>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<AssetDependencySearchOptions>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article
    In This Article
    • Fields
    • Extension Methods

    Back to top

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