This page has been translated automatically.
UnigineScript
The Language
Core Library
Engine Library
Node-Related Classes
Plugins Library
High-Level Systems
Samples
C++ API
API Reference
Integration Samples
Usage Examples
C++ Plugins
Content Creation
Materials
Unigine Material Library
Tutorials
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

This class inherits from WidgetSprite

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 = 0 - 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.

void setMaterial (Material material)

Sets a post-process material for the widget.

Arguments

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