Table of Contents

Enum AssetInheritanceSearchOptions

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

Possible options used when searching asset inheritance.

[Flags]
public enum AssetInheritanceSearchOptions

Fields

All = Base | Composition

Search for all types of inheritances.

Base = 1

Search for inheritances from base (direct object inheritance).

Composition = 2

Search for inheritances from compositions.