This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
Полезные советы
UnigineEditor
Interface Overview
Assets Workflow
Settings and Preferences
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Landscape Tool
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Программирование
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine Tools
GUI
Double Precision Coordinates
API
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
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
Внимание! Эта версия документация УСТАРЕЛА, поскольку относится к более ранней версии SDK! Пожалуйста, переключитесь на самую актуальную документацию для последней версии SDK.
Внимание! Эта версия документации описывает устаревшую версию SDK, которая больше не поддерживается! Пожалуйста, обновитесь до последней версии SDK.

Unigine.WidgetDialogImage Class

Inherits: WidgetDialog

This class creates dialog window with an image preview of adjustable scale.

WidgetDialogImage Class

Properties

string Texture#

A name of the image, preview and properties of which should be displayed in the dialog.
set
Sets a name of the image, preview and properties of which should be displayed in the dialog.
set value - Path to the image file.

Members


static WidgetDialogImage ( Gui gui, string str = 0 ) #

Constructor. Creates an image dialog with given parameters and adds it to the specified GUI.

Arguments

  • Gui gui - GUI, to which the dialog will belong.
  • string str - Dialog title. This is an optional parameter.

static WidgetDialogImage ( string str = 0 ) #

Constructor. Creates an image dialog with given parameters and adds it to the Engine GUI.

Arguments

  • string str - Dialog title. This is an optional parameter.

void SetImage ( Image image ) #

Sets the image, preview and properties of which should be displayed in the dialog.

Arguments

  • Image image - Image to be set.

Image GetImage ( ) #

Returns the image, preview and properties of which should be displayed in the dialog.

Return value

Image, preview and properties of which are displayed in the dialog.
Last update: 31.07.2020
Build: ()