This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
How To
Rendering
Professional (SIM)
UnigineEditor
Interface Overview
Assets Workflow
Version Control
Settings and Preferences
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Lighting
Sandworm
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Built-in Node Types
Nodes
Objects
Effects
Decals
Light Sources
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
Materials and Shaders
Rebuilding the Engine Tools
GUI
Double Precision Coordinates
API
Animations-Related Classes
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
VR-Related Classes
Content Creation
Content Optimization
Materials
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

Unigine::WidgetSpriteShader Class

Header: #include <UnigineWidgets.h>
Inherits from: WidgetSprite

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

See Also#

  • UnigineScript API sample <UnigineSDK>/data/samples/widgets/sprite_01

WidgetSpriteShader Class

Members


static WidgetSpriteShaderPtr create ( const Ptr<Gui> & gui, const char * name = 0 ) #

Constructor. Creates a new sprite with post-process material and adds it to the specified GUI.

Arguments

  • const Ptr<Gui> & gui - GUI, to which the sprite will belong.
  • const char * name - Post-process material name. This is an optional parameter.

static WidgetSpriteShaderPtr create ( const char * name = 0 ) #

Constructor. Creates a new sprite with post-process material and adds it to the Engine GUI.

Arguments

  • const char * name - Post-process material name. This is an optional parameter.

void setMaterial ( const Ptr<Material> & material ) #

Sets a post-process material for the widget.

Arguments

  • const Ptr<Material> & material - Post-process material.

Ptr<Material> getMaterial ( ) const#

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

Return value

Post-process material.
Last update: 2020-06-16
Build: ()