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.
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.
Member Name | Summary |
---|---|
OpenRenameFlyout | Opens a rename flyout for a specified asset or directory at a given position. |
Duplicate | Duplicates the specified asset. |
Member Name | Summary |
---|---|
SetIconMode | Sets the icon mode with specified width and height. |
SetListMode | Switches the asset list to list mode. |
PaintListItem | Paints a list item using the specified virtual widget. |
RenameAsset | Renames the selected asset. Shortcut: F2. |
OnDragHover | Handles the drag hover event. |
OnDragDrop | Handles the drag drop event. |
Browser | Link to the owning browser, if available. |
ViewMode | Current view mode of the asset list. |
OnHighlight | Triggered when the selection changes. |
OnViewModeChanged | Called when the view mode is changed by user input. |