使用此脚本可通过 VR 菜单中的自定义条目打开 VRED 终端。在“变量集脚本”选项卡中完成设置后,“显示终端”按钮将出现在虚拟 VR 菜单中。
在“变量集”模块中,单击“脚本”选项卡。
从工具栏中,单击 。
将新变量集重命名为 VR_Terminal
。
将以下脚本复制粘贴到“脚本”窗口中。
# Create VR menu button
vr_terminal = vrImmersiveUiService.createTool("VR_Terminal")
# Set text label on button
vr_terminal.setText("Show\nTerminal")
# Set module to display when clicked
vr_terminal.setViewContent('Terminal')