This plugin displays a toolbox GUI that provides different modules:
- Displays the ForgeJS version.
- Camera module displays and change camera values and a cross.
- View module displays a view selector.
- Story module displays a scene and group selector.
- Scene module displays the current scene informations.
json configuration
{
"story": { ... },
"plugins":
{
"engines":
[
{
"uid": "org.forgejs.toolbox",
"url": "Toolbox/"
}
],
"instances":
[
{
"uid": "toolbox",
"engine": "org.forgejs.toolbox"
}
]
}
}
options
This plugin has no options at the moment.