Unigine.WidgetDialogImage Class
Inherits: | WidgetDialog |
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.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
Last update:
2019-08-16
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)