This page has been translated automatically.
Programming
Fundamentials
Setting Up Development Environment
UnigineScript
High-Level Systems
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine and Tools
GUI
Double Precision Coordinates
API
Bounds-Related Classes
Containers
Controls-Related Classes
Core Library
Engine-Related Classes
Node-Related Classes
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
Rendering-Related Classes
Utility 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.

WidgetSpriteShader Class

This class creates a sprite to display a image with a custom post-process material applied.

WidgetSpriteShader Class

Members


WidgetSpriteShader (Gui gui, string name = 0)

Constructor. Creates a new sprite with post-process material.

Arguments

  • Gui gui - GUI, to which the sprite will belong.
  • string name - Post-process material name. This is an optional parameter.

Material getMaterial ()

Returns the current post-process material used for the widget.

Return value

Post-process material.

WidgetSpriteShader create (Widget widget)

Arguments

  • Widget widget

Return value

void setMaterial (Material material)

Sets a post-process material for the widget.

Arguments

  • Material material - Post-process material.
Last update: 2017-07-03
Build: ()