This page has been translated automatically.
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine and Tools
GUI
Double Precision Coordinates
API
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
CIGI Client Plugin
Rendering-Related Classes
Warning! This version of documentation is OUTDATED, as it describes an older SDK version! Please switch to the documentation for the latest SDK version.
Warning! This version of documentation describes an old SDK version which is no longer supported! Please upgrade to the latest SDK version.

Interface Plugin

Warning
Interface plugin is deprecated and no longer supported. We can't guarantee the stable work of the plugin.

Interface plugin allows rendering widgets into external windows rather than rendering them in the main application window.

Interface plugin

If the Interface plugin is not enabled, you cannot move the editor panels and the other widgets outside the application window:

Interface plugin is not running

Notice
The Interface plugin does not support the fullscreen mode.

See Also

  • Functions available when the Interface plugin is loaded

Launching Interface Plugin

To use the plugin, specify the extern_plugin command line option on the start-up:

Shell commands
main_x86d -extern_plugin "Interface"

Also you can enable the Interface plugin by checking the Multi-window UNIGINE Editor GUI option when creating a new project via New Project Generator.

Last update: 2017-10-20
Build: ()