interface IBrowser

robot_2Generated
code_blocksInput

Description

The IBrowser interface in the Editor namespace provides methods and properties for managing and interacting with asset browsing functionality within the editor environment. It allows for updating asset lists, adding filters, and loading additional assets, as well as managing the current browsing location and file visibility settings.

Members

Instance Methods

Member NameSummary
UpdateAssetListRefreshes the list of assets currently displayed in the browser.
AddPinAdds a new filter to the asset browser based on the specified criteria.
LoadMoreLoads additional assets into the browser, expanding the current list.

Instance Properties

Member NameSummary
CurrentLocationGets or sets the current location within the asset browser.
ShowRecursiveFilesDetermines whether files in subdirectories are displayed in the asset browser.