(Redirected from ContextMenuSubmenu (Component))
Component image
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
The ContextMenuSubmenu component can be used in combination with any button component to make said button open a custom context menu when clicked.
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. |
ItemsRoot
|
Slot | All Context Menu Item Sources on slots immediately under this one will be included in the submenu. |
SearchWholeHierarchy
|
Bool | Display all items under ItemsRoot</slot> including sub slots, not just ones immediately under.
|
DisableFlick
|
Bool | Whether to allow opening of the sub menu by clicking on the context menu center and moving it to this component's Context Menu Item Source on the same slot. |
SpeedOverride
|
Nullable`1<Float> | Override the speed at which the new context menu will open. |
CounterClockwise
|
Bool | Whether the items should be arranged clockwise or counter-clockwise in the submenu. |
KeepPosition
|
Bool | When set, the context menu will stay in the same place as the submenu opens. Otherwise, the context menu will recenter on the user's laser. |
Hidden
|
Bool | If set, the submenu is only visible to the user that opened it. |
Usage
Attach this component to a slot and attach a Context Menu Item Source along side it. Providing a slot to
Examples
This is commonly used on avatars, using a RootContextMenuItem as the button, but can also be used on anything else.
Related Issues
This article or section is a Stub. You can help the Resonite Wiki by expanding it.