Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    AssetInheritanceSearchOptions Enum

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

    Possible options used when searching asset inheritance.

    [Flags]
    public enum AssetInheritanceSearchOptions

    Fields

    Name Description
    All

    Search for all types of inheritances.

    Base

    Search for inheritances from base (direct object inheritance).

    Composition

    Search for inheritances from compositions.

    Extension Methods

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

    Back to top

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