Enum MenuActivationMode
Definition
Namespace: StardewUI
Assembly: StardewUI.dll
Available behaviors for opening a ViewMenu.
Inheritance
Object ⇦ ValueType ⇦ Enum ⇦ MenuActivationMode
Fields
| Name | Value | Description |
|---|---|---|
| Standalone | 0 | Opens the menu as standalone, replacing any previously-open menu and all of its descendants. |
| Child | 1 | Opens the menu as a child of the frontmost game menu that is already active. |
| Sibling | 2 | Replaces the frontmost game menu that is already active, but keeps all of its ancestors. |