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-12-13
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)