Configuration fields
- Last UpdatedOct 01, 2025
- 3 minute read
The configuration fields for the Interaction module.
|
Name |
Type |
Default value |
Description |
|---|---|---|---|
|
ActionMenu_CellSize |
sint |
80 |
Sets the size of the single cell of the interaction menu. The interaction menu size is based on this value and the number of cells. |
|
ActiveColor |
svec3 |
1 1 1 |
Used to set the active items in scene outline color. |
|
AimBorderColor |
svec4 |
1 1 1 1 |
Sets the color of the outer circle of the aim at the center of the screen when the selection mode makes use of it. Note: This color is used only if the AIM Icon is set as empty. |
|
AimBorderColorOver |
svec4 |
1 1 1 1 |
Sets the color of the outer circle of the aim at the center of the screen when the selection mode makes use of it and an item is currently selected. Note: This color is used only if the AIM Icon is set as empty. |
|
AimFillColor |
svec4 |
0.3 0 1 0.3 |
Sets the color of the inner circle of the aim at the center of the screen when the selection mode makes use of it. Note: This color is used only if the AIM Icon is set as empty. |
|
AimFillColorOver |
svec4 |
0.3 0 1 0.3 |
Sets the color of the inner circle of the aim at the center of the screen when the selection mode makes use of it and an item is currently selected. Note: This color is used only if the AIM Icon is set as empty. |
|
AimSize |
svec2 |
20 20 |
Sets the size of the aim at the center of the screen when the selection mode makes use of it. |
|
BackgroundColor |
svec4 |
0.22 0.24 0.25 1 |
Sets the background color for all the UI elements. |
|
BgScrollbarColor |
svec4 |
0.18 0.19 0.2 1 |
Sets the background color of the horizontal bar in the SetOP custom UI. |
|
BtnBgActiveColor |
svec4 |
1 1 1 0.9 |
Sets the color of the buttons when pressed in the SetOP custom UI. |
|
BtnBgHoverColor |
svec4 |
0.55 0.55 0.55 0.9 |
Sets the color of the buttons when hover in the SetOP custom UI. |
|
BtnBgRestingColor |
svec4 |
0.32 0.330.35 0.9 |
Sets the color of the buttons when not pressed and not hover in the SetOP custom UI. |
|
IconActiveColor |
svec4 |
0 0 0 1 |
Sets the color of the left/right arrows in the SetOP custom UI when the op is being edited through gamepad cross buttons. |
|
IconColor |
svec4 |
1 1 1 1 |
Sets the color of the left/right arrows in the SetOP custom UI. |
|
InteractionAimIcon |
InteractionModule/ Selector_Resting.png |
Texture to show for the AIM in normal state. Leave it empty to use colors instead. |
|
|
InteractionAimIconOver |
sstring |
InteractionModule/ Selector_Active.png |
Texture to show for the AIM in selected state. Leave it empty to use colors instead. |
|
InteractionMenuSelectorColor |
svec4 |
1 1 1 1 |
Sets the color of the interaction menu selector. Note: This color is used only if the selector Icon is set as empty. |
|
InteractionMenuSelectorIcon |
InteractionModule/ interactionmenu_selector.png |
Sets the icon of the interaction menu selector. Leave it empty to use colors instead. |
|
|
InteractionMode |
senum |
mouseSelection |
senum:avatarDirect,avatarMouse,avatarSelection,customSelection,manipulator,mouseSelection,ray,rayDirect,selectorSelected,selectorSelection Refer to InteractionSelector Node documentation for details on each mode. |
|
InteractionViewer_width |
sint |
550 |
Sets the width of the interaction viewer. This value is expressed in pixels. |
|
InteractionViewerEnable |
sbool |
true |
Allows to enable or disable the Interaction Viewer panel . |
|
InteractionViewerPosition |
senum |
bottomRight |
Sets the position the interaction viewer in one of the pre decided positions: bottomRight,bottomLeft,topRight,topLeft. |
|
InteractWithItem |
sbool |
true |
Enables or disables the interaction with items. |
|
InteractWithMesh |
sbool |
false |
Enables or disables the interaction with meshes. |
|
ItemValve_HandleSetOP |
sbool |
true |
Enables or disables the item valve panel interactions. |
|
ScrollbarColor |
svec4 |
0.13 0.14 0.15 1 |
Sets the foreground color of the horizontal bar in the SetOP custom UI. |
|
SelectedColor |
svec3 |
072 0.12 0.44 |
Sets the outline color of the currently selected Item. |
|
TextColor |
svec3 |
1 1 1 |
Sets color for texts in the whole UI. |
|
TextSelectedColor |
svec3 |
0 0 0 |
Sets the color of the Cancel and Confirm buttons texts when pressed in the SetOP custom UI. |
|
TimeToMoveSelectorMenu |
sfloat |
0.3 |
Defines the time the selector takes to move in the interaction menu. |