This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
How To
Rendering
Professional (SIM)
UnigineEditor
Interface Overview
Assets Workflow
Version Control
Settings and Preferences
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Lighting
Sandworm
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Built-in Node Types
Nodes
Objects
Effects
Decals
Light Sources
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
Materials and Shaders
Rebuilding the Engine Tools
GUI
Double Precision Coordinates
API
Animations-Related Classes
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
VR-Related Classes
Content Creation
Content Optimization
Materials
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

WindowManager

Samples in this section illustrate the use of the WindowManager class.

ComplexLayout#

Complex layout similar to a typical layout used in UnigineEditor with multiple stackable windows.
SDK Location: C++ API > WINDOWMANAGER
SDK Path: <SDK_INSTALLATION>source\samples\Api\WindowManager\ComplexLayout

GroupTypes#

Demonstration of available window group types (vertical and horizontal arrangements, and a group of tabs).
SDK Location: C++ API > WINDOWMANAGER
SDK Path: <SDK_INSTALLATION>source\samples\Api\WindowManager\GroupTypes

MainWindows#

Demonstration of an application with multiple main windows. Console and Profiler are displayed in the currently active window.
SDK Location: C++ API > WINDOWMANAGER
SDK Path: <SDK_INSTALLATION>source\samples\Api\WindowManager\MainWindows

WindowBehaviour#

A set of windows that allow visualizing behavior-related methods of the EngineWindow class.
SDK Location: C++ API > WINDOWMANAGER
SDK Path: <SDK_INSTALLATION>source\samples\Api\WindowManager\WindowBehaviour

WindowCameras#

Demonstration of using different cameras for each window (main camera along with front, top, and right view cameras).
SDK Location: C++ API > WINDOWMANAGER
SDK Path: <SDK_INSTALLATION>source\samples\Api\WindowManager\WindowCameras

WindowIntersection#

Demonstration of intersections with various components of separate, parent and nested windows.
SDK Location: C++ API > WINDOWMANAGER
SDK Path: <SDK_INSTALLATION>source\samples\Api\WindowManager\WindowIntersection

WindowModal#

Demonstration of the concept of modal windows: if a window has modal children, it cannot be closed. Any other interaction with a parent window is possible.
SDK Location: C++ API > WINDOWMANAGER
SDK Path: <SDK_INSTALLATION>source\samples\Api\WindowManager\WindowModal

WindowOrder#

Demonstration of the window order and relevant features.
SDK Location: C++ API > WINDOWMANAGER
SDK Path: <SDK_INSTALLATION>source\samples\Api\WindowManager\WindowOrder

WindowPosition#

Visualization of the window and client position for various types of windows, changing their position to the mouse cursor or specific screen coordinates.
SDK Location: C++ API > WINDOWMANAGER
SDK Path: <SDK_INSTALLATION>source\samples\Api\WindowManager\WindowPosition

WindowSandbox#

An interface with all available window settings for quick visualization of the result. You can create as many windows as you need, change their style or manage otherwise, create and manage window groups, and see the window status info.
SDK Location: C++ API > WINDOWMANAGER
SDK Path: <SDK_INSTALLATION>source\samples\Api\WindowManager\WindowSandbox

WindowSize#

Visualization of the window and client size for various types of windows, setting the minimum and maximum sizes.
SDK Location: C++ API > WINDOWMANAGER
SDK Path: <SDK_INSTALLATION>source\samples\Api\WindowManager\WindowSize

WindowVisual#

Visualization of all available window parameters such as ID and Gui, index, title, possibility to add an icon, etc.
SDK Location: C++ API > WINDOWMANAGER
SDK Path: <SDK_INSTALLATION>source\samples\Api\WindowManager\WindowVisual
Last update: 2024-02-27
Build: ()