interface IAssetListEntry

robot_2Generated
code_blocksInput

Description

The IAssetListEntry interface in the Editor namespace provides a contract for asset list entries within the s&box editor. It defines methods and properties that allow interaction with asset entries, such as handling clicks, drawing elements, and managing asset lifecycle events like renaming or deleting.

Members

Instance Members

Member NameSummary
GetStatusTextReturns the status text of the asset entry.
OnClickedHandles the event when the asset entry is clicked.
OnDoubleClickedHandles the event when the asset entry is double-clicked.
OnRightClickedHandles the event when the asset entry is right-clicked.
OnScrollEnterHandles the event when the asset entry is scrolled into view.
OnScrollExitHandles the event when the asset entry is scrolled out of view.
DrawOverlayDraws an overlay on the asset entry.
DrawIconDraws the icon for the asset entry.
DrawBackgroundDraws the background for the asset entry.
DrawTextDraws the text for the asset entry.
DeleteDeletes the asset entry.
RenameRenames the asset entry.
DuplicateDuplicates the asset entry.
NameGets or sets the name of the asset entry.