This page has been translated automatically.
UnigineEditor
Interface Overview
Assets Workflow
Settings and Preferences
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Landscape Tool
Using Editor Tools for Specific Tasks
FAQ
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
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.

Unigine.WidgetDialogImage Class

Inherits:WidgetDialog

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

WidgetDialogImage Class

Members


static WidgetDialogImage(Gui gui, string str = 0)

Constructor. Creates an image dialog with given parameters.

Arguments

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

WidgetDialogImage cast(WidgetDialog widgetdialog)

Casts a WidgetDialogImage out of the WidgetDialog instance.

Arguments

  • WidgetDialog widgetdialog - WidgetDialog instance.

Return value

WidgetDialogImage instance.

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.

void getImage(Image image)

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

Arguments

  • Image image

void setTexture(string texture)

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

Arguments

  • string texture - Path to the image file.

string getTexture()

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

Return value

Path to the image file.
Last update: 2018-06-04
Build: ()