WidgetTextureView#
(Texture View)
- Category:
Render
- Default object name:
texture_view
- Inherits from: Widget
Description#
Display the selected texture.
CID#
class "WidgetTextureView" "Widget" {
#version 0.9
icon "../icons/object_icons/widget_texture_view.iconrc"
category "Render"
doc "Display the selected texture."
aliases "WidgetUvView" "WidgetTextureUvView"
reference "texture" {
doc "Select the texture to be displayed."
filter "Texture"
hidden yes
value ""
}
}