RootContextMenuItem (Component)

From Neos Wiki
Jump to navigation Jump to search
This page contains changes which are not marked for translation.


This article or section is a Stub. You can help the Neos Wiki by expanding it.


Root Context Menu Item component as seen in the Scene Inspector

Fields

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
OnlyForSide Nullable<Chirality> When set, the item will only be inserted when the context menu is opened on the specified hand.
ExcludeOnTools Bool Determines whether or not the item shows up when opening the context menu while having a tool equipped on the same hand.
ExcludePrimaryHand Bool Makes the item not show up when the context menu is open on the user's primary hand.
ExcludeSecondaryHand Bool Makes the item not show up when the context menu is open on the user's secondary hand.
Item ContextMenuItemSource The ContextMenuItemSource that will be inserted into the context menu.

Usage

Examples

Neos VR Tutorial: Context Menus Pt.1 - Introduction & Context Menu Components by ProbablePrime

Neos VR Tutorial: Context Menus Pt.2 - Component based Actions by ProbablePrime

Related Issues

#1576 - Automatic context menu injection

#2344 - Chirality on RootContextMenuItem

Related Components