Enfusion Script API
Loading...
Searching...
No Matches
Public Attributes | List of all members
SearchResourcesFilter Interface Reference

Object used for holding filtering params for ResourceDatabase.SearchResources() method. More...

Inheritance diagram for SearchResourcesFilter:
[legend]

Public Attributes

string rootPath
 
ref array< stringfileExtensions
 
ref array< stringsearchStr
 
ref array< stringtags
 
bool recursive = true
 

Additional Inherited Members

- Public Member Functions inherited from Managed
proto external ref Managed Clone ()
 Return shallow copy of object, or null if it is not allowed (not public constructor)
 

Detailed Description

Object used for holding filtering params for ResourceDatabase.SearchResources() method.

Member Data Documentation

◆ fileExtensions

ref array<string> SearchResourcesFilter.fileExtensions

◆ recursive

bool SearchResourcesFilter.recursive = true

◆ rootPath

string SearchResourcesFilter.rootPath

◆ searchStr

ref array<string> SearchResourcesFilter.searchStr

◆ tags

ref array<string> SearchResourcesFilter.tags

The documentation for this interface was generated from the following file: