Interface ISearchWindow
Interface for Editor windows to customize search.
Namespace: FlaxEngine.Windows.Search
Assembly: FlaxEngine.CSharp.dll
Syntax
public interface ISearchWindow
Properties
AssetType
Gets the type of the asset for the search.
Declaration
SearchAssetTypes AssetType { get; }
Property Value
SearchAssetTypes
|