SearchDirection Enum
Namespace: Stride.Core.AssetsAssembly: Stride.Core.Assets.dll
A direction to search for files in directories
public enum SearchDirection
              Fields
| Name | Description | 
|---|---|
| Down | Search files in all sub-directories.  | 
                  
| Up | Searchg files going upward in the directory hierarchy.  |