AssetInheritanceSearchOptions Enum
Namespace: Stride.Core.Assets.AnalysisAssembly: 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. |