The '''DesktopDisplayLayout''' component displays a list of display selection buttons for a user's monitor settup. Used in the dash and only works in the dash world.
The '''DesktopDisplayLayout''' component displays a list of display selection buttons for a user's monitor settup. It is used in the [[dash menu]] and only works in [[userspace]].
== Fields ==
== Fields ==
Line 13:
Line 14:
== DisplayItemHandler ==
== DisplayItemHandler ==
A Sync delegate of type [[Type:Delegate|Delegate]]<[[Type:Display|Display]] display, [[Type:Slot|Slot]] itemRoot>
A Sync delegate of type [[Type:Delegate|Delegate]]<[[Type:Display|Display]] display, [[Type:Slot|Slot]] itemRoot>
== Examples ==
== Examples ==
Used in the dash desktop tab.
Used in the dash desktop tab.
Latest revision as of 18:41, 14 April 2025
Component image
DesktopDisplayLayout component as seen in the Scene Inspector
The DesktopDisplayLayout component displays a list of display selection buttons for a user's monitor settup. It is used in the dash menu and only works in userspace.