Native C++ Script Class. More...
#include <NativeScript.h>
Public Member Functions | |
| NativeScript ()=default | |
| Constructor Function. | |
| virtual | ~NativeScript ()=default |
| Destructor Function. | |
| virtual void | OnTick (TimeStep &ts)=0 |
| This interface defines the behave on specific component tick every frame. | |
| virtual void | OnEvent (Event &e)=0 |
| This interface defines the behave on specific component event happened. | |
Native C++ Script Class.
Definition at line 16 of file NativeScript.h.