Table of Contents

Enum SearchDirection

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

A direction to search for files in directories

public enum SearchDirection

Fields

Down = 0

Search files in all sub-directories.

Up = 1

Searchg files going upward in the directory hierarchy.