Warning! This version of documentation is OUTDATED, as it describes an older SDK version! Please switch to the documentation for the latest SDK version.
gui_00
Warning
The scope of applications for UnigineScript is limited to implementing materials-related logic (material expressions, scriptable materials, brush materials). Do not use UnigineScript as a language for application logic, please consider C#/C++ instead, as these APIs are the preferred ones. Availability of new Engine features in UnigineScipt (beyond its scope of applications) is not guaranteed, as the current level of support assumes only fixing critical issues.
This article describes the data/samples/objects/gui_00.cpp sample.
The gui_00 sample demonstrates how to play a video on a GUI object positioned in the world, namely:
- Create a flat GUI object
- Assign an instance of the WidgetSpriteVideo class to the created object in order to play a video file
Video on the GUI object created with the gui_00.cpp script
See Also#
- Article on the GUI Object
- Functions of the ObjectGui class
- Functions of the WidgetSpriteVideo class
Last update:
2020-07-31
Help improve this article
(or select a word/phrase and press Ctrl+Enter)