Output Fields
self
-
name:
self
, type:
SoNode
Connect this to the Open Inventor scene where the menu is needed.
Parameter Fields
Hidden Fields
interactionProviderID
-
name:
interactionProviderID
, type:
String
Sets an ID that is used to identify Managed Interaction actions of this node.
If left empty, the name of the node is used instead.
on
-
name:
on
, type:
Bool
, default:
TRUE
If checked, the menu is shown.
enabled
-
name:
enabled
, type:
Bool
, default:
TRUE
If checked, the menu can be interacted with if it is visible.
iconBlendMode
-
name:
iconBlendMode
, type:
Enum
, default:
IconReplace
Defines the blend mode for icons.
Can be overridden by the menu item.
Values:
Title |
Name |
Replace |
IconReplace |
Blend |
IconBlend |
Premultiplied Blend |
IconPremultipliedBlend |
color
-
name:
color
, type:
Color
, default:
1 1 1
Sets the color for text and grayscale icons of unselected menu items.
Can be overridden by the item.
colorSelected
-
name:
colorSelected
, type:
Color
, default:
1 1 1
Sets the color for text and grayscale icons of selected menu items.
Can be overridden by the item.
drawBackground
-
name:
drawBackground
, type:
Bool
, default:
TRUE
If checked, a background is rendered for the menu items.
backgroundColor
-
name:
backgroundColor
, type:
Color
, default:
0.5 0.5 0.5
Sets the color for the background of unselected menu items.
Can be overridden by the item.
backgroundAlpha
-
name:
backgroundAlpha
, type:
Float
, default:
0.80000001
Sets an alpha factor for the background of unselected menu items.
Can be overridden by the item.
backgroundColorSelected
-
name:
backgroundColorSelected
, type:
Color
, default:
0.699999988079071 0.699999988079071 0.699999988079071
Sets the color for the background of selected menu items.
Can be overridden by the item.
backgroundAlphaSelected
-
name:
backgroundAlphaSelected
, type:
Float
, default:
0.80000001
Sets an alpha factor for the background of selected menu items.
Can be overridden by the item.
mouseOverColorFactor
-
name:
mouseOverColorFactor
, type:
Float
, default:
0.80000001
Sets a color factor for brightening/darkening a menu item on mouse-over.
disableZBuffer
-
name:
disableZBuffer
, type:
Bool
, default:
TRUE
If checked, the z-buffer is disabled when rendering menu items.
lastClickedItemId
-
name:
lastClickedItemId
, type:
String
, persistent:
no
Shows the SoMenuItem.id
of the last menu item that was clicked.
hoverItemID
-
name:
hoverItemID
, type:
String
Shows the SoMenuItem.id
of the menu item the mouse cursor is currently over.
This works only if the pointing action of this menu is currently active, which depends on the key/button binding.
fontSize
-
name:
fontSize
, type:
Integer
, default:
10
Sets the font size for the text of menu items.
textShadow
-
name:
textShadow
, type:
Bool
, default:
TRUE
If checked, the text is rendered with a shadow.
itemOuterBorder
-
name:
itemOuterBorder
, type:
Float
, default:
1
Sets the border size (in pixels) around each menu item.
itemInnerBorder
-
name:
itemInnerBorder
, type:
Float
, default:
3
Sets the border size (in pixels) inside each menu item to text and icons.
textIconGap
-
name:
textIconGap
, type:
Integer
, default:
4
Sets the gap (in pixels) between icon and text if both are rendered.