Input fields
- Last UpdatedOct 01, 2025
- 2 minute read
The input fields for the Interaction module.
|
Name |
Type |
Description |
|---|---|---|
|
activeAction |
sbool |
Used to activate the currently selected action in the Action Menu. |
|
ActiveColor |
svec3 |
It is initialized using the corresponding configuration value. Please see the configuration description. |
|
AimBorderColor |
svec4 |
It is initialized using the corresponding configuration value. Please see the configuration description. |
|
AimBorderColorOver |
svec4 |
It is initialized using the corresponding configuration value. Please see the configuration description. |
|
AimFillColor |
svec4 |
It is initialized using the corresponding configuration value. Please see the configuration description. |
|
AimFillColorOver |
svec4 |
It is initialized using the corresponding configuration value. Please see the configuration description. |
|
AimSize |
svec2 |
It is initialized using the corresponding configuration value. Please see the configuration description. |
|
BackgroundColor |
svec4 |
It is initialized using the corresponding configuration value. Please see the configuration description. |
|
BgScrollbarColor |
svec4 |
It is initialized using the corresponding configuration value. Please see the configuration description. |
|
BtnBgActiveColor |
svec4 |
It is initialized using the corresponding configuration value. Please see the configuration description. |
|
BtnBgHoverColor |
svec4 |
It is initialized using the corresponding configuration value. Please see the configuration description. |
|
BtnBgRestingColor |
svec4 |
It is initialized using the corresponding configuration value. Please see the configuration description. |
|
IconActiveColor |
svec4 |
It is initialized using the corresponding configuration value. Please see the configuration description. |
|
IconColor |
svec4 |
It is initialized using the corresponding configuration value. Please see the configuration description. |
|
InputActive |
sbool |
|
|
InteractionAimIcon |
sstring |
It is initialized using the corresponding configuration value. Please see the configuration description. |
|
InteractionAimIconOver |
sstring |
It is initialized using the corresponding configuration value. Please see the configuration description. |
|
InteractionMode |
sstring |
It is initialized using the corresponding configuration value. Please see the configuration description. |
|
JoystickSensorName |
sstring |
Add a JoystickSensor node name to plug interaction with gamepad. |
|
nextAction |
sbool |
Used to move the Action Menu selector to the right |
|
performSelection |
sbool |
Used to select the currently highlighted item in the selection modes that support this flow. |
|
prevAction |
sbool |
Used to move the Action Menu selector to the left |
|
ScrollbarColor |
svec4 |
It is initialized using the corresponding configuration value. Please see the configuration description. |
|
SelectedColor |
svec3 |
It is initialized using the corresponding configuration value. Please see the configuration description. |
|
TextColor |
svec3 |
It is initialized using the corresponding configuration value. Please see the configuration description. |
|
TextSelectedColor |
svec3 |
It is initialized using the corresponding configuration value. Please see the configuration description. |
|
toggleItemSelection |
sbool |
Set it to true to toggle the visualisation and selection of items in scene. |