注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
CallbackBase1 Class
Header: | #include <UnigineCallback.h> |
A base class for engine callbacks.
This class allows you to create your own callbacks with zero or one argument.
CallbackBase1 Class
Members
void run ( ) #
Executes the callback function without arguments.void run ( A0 a0 ) #
Executes the callback function with one argumentArguments
- A0 a0 - Argument of the callback function.
Last update:
2021-04-29
Help improve this article
(or select a word/phrase and press Ctrl+Enter)