new UiMenuItem()
MEMBERS
-
leftIconGraphicAsset :GraphicAsset
-
The GraphicAsset for an optional icon to show on the left side of the UiMenuItem.
-
leftIconGraphicObject :GraphicObject
-
The read-only GraphicObject for the optional icon to show on the left side of the UiMenuItem.
-
leftIconScaleFactor :number
-
The scale factor for the optional icon to show on the left side of the UiMenuItem. Use this property instead of directly scaling the GraphicObject to preserve UiZoom and LayoutObject functionality.
-
mainButton :UiPanel
-
The main Button for the UiMenu for each UiMenuItem.
-
mainMenuItem :TextBox|UiTextField
-
The main item showing in the UiMenu for each UiMenuItem. For all UiMenuItems except the searchBarMenuItem, this object is of type TextBox.
-
name :string
-
The main string shown in the UiMenu for this UiMenuItem.
-
rightIconGraphicAsset :GraphicAsset
-
The GraphicAsset for an optional icon to show on the right side of the UiMenuItem.
-
readonly rightIconGraphicObject :GraphicObject
-
The read-only GraphicObject for the optional icon to show on the right side of the UiMenuItem.
-
rightIconScaleFactor :number
-
The scale factor for the optional icon to show on the right side of the UiMenuItem. Use this property instead of directly scaling the GraphicObject to preserve UiZoom and LayoutObject functionality.
-
secondaryString :string
-
The secondary string shown in the UiMenu on the right side of this UiMenuItem.
-
readonly secondaryTextBox :TextBox
-
The read-only TextBox for the optional secondary text to show on the right side of the UiMenuItem.
-
readonly subMenu :UiMenu
-
If this UiMenuItem opens a sub-menu, then this property will be populated a reference to thed associated UiMenu, otherwise it will be undefined.
-
triggeringClosesMenu :boolean
-
Boolean determining if triggering this UiMenuItem automatically closes the menu.
- Default Value:
- true
METHODS
-
dispose()
-
Disposes the UiMenuItem and all of its components