Go to the source code of this file.
Classes | |
class | BillboardComponent |
Component wrapper of Irrlicht's IBillboardSceneNode. More... | |
Functions | |
void | bindBillboardComponent (asIScriptEngine *engine) |
Binds the BillboardComponent class to AngelScript so that it can be used within scripts. | |
template<typename T > | |
void | bindBillboardComponentBase (asIScriptEngine *engine, const char *type) |
Binds the base behaviours and methods of the BillboardComponent to the given class in AngelScript. |
void bindBillboardComponent | ( | asIScriptEngine * | engine | ) |
Binds the BillboardComponent class to AngelScript so that it can be used within scripts.
Definition at line 107 of file BillboardComponent.cpp.
void bindBillboardComponentBase | ( | asIScriptEngine * | engine, | |
const char * | type | |||
) | [inline] |
Binds the base behaviours and methods of the BillboardComponent to the given class in AngelScript.
Definition at line 92 of file BillboardComponent.h.