This page has been translated automatically.
Getting Started
Migrating to UNIGINE 2.0
C++ API Migration
UnigineScript
The Language
Core Library
Engine Library
Node-Related Classes
GUI-Related Classes
Plugins Library
High-Level Systems
Samples
Usage Examples
C++ API
API Reference
Integration Samples
Usage Examples
C++ Plugins
Внимание! Эта версия документация УСТАРЕЛА, поскольку относится к более ранней версии SDK! Пожалуйста, переключитесь на самую актуальную документацию для последней версии SDK.
Внимание! Эта версия документации описывает устаревшую версию SDK, которая больше не поддерживается! Пожалуйста, обновитесь до последней версии SDK.

Unigine::UserInterface Class

UNIGINEUNIGINE 2.0Comments
void setCallback(const char * name, int callback, CallbackBase * func)- Removed. Use one of the following function:
-const char * getCallbackInstanceData(int num, int callback) Returns the callback instance data.
-void setCallback0(const char * name, int callback, CallbackBase * func) Sets a 0-argument callback function to a widget with a given name.
-void setCallback1(const char * name, int callback, CallbackBase * func) Sets a 1-argument callback function to a widget with a given name.
-void setCallback2(const char * name, int callback, CallbackBase * func) Sets a 2-argument callback function to a widget with a given name.
-void setCallback3(const char * name, int callback, CallbackBase * func) Sets a 3-argument callback function to a widget with a given name.
Last update: 03.07.2017
Build: ()