class AssetList : ListView

robot_2Generated
code_blocksInput

Description

The AssetList class in the Editor namespace is responsible for displaying a list of assets. These assets can be set using the SetItems method and should be either Asset or System.IO.DirectoryInfo objects.

Members

Static Members

Member NameSummary
OpenRenameFlyoutOpens a rename flyout for a specified asset or directory at a given position.
DuplicateDuplicates the specified asset.

Instance Members

Member NameSummary
SetIconModeSets the icon mode with specified width and height.
SetListModeSwitches the asset list to list mode.
PaintListItemPaints a list item using the specified virtual widget.
RenameAssetRenames the selected asset. Shortcut: F2.
OnDragHoverHandles the drag hover event.
OnDragDropHandles the drag drop event.
BrowserLink to the owning browser, if available.
ViewModeCurrent view mode of the asset list.
OnHighlightTriggered when the selection changes.
OnViewModeChangedCalled when the view mode is changed by user input.