Go to the source code of this file.
Classes | |
class | SceneComponent |
Component wrapper of Irrlicht's ISceneNode and base class of various scene components. More... | |
Functions | |
void | bindSceneComponent (asIScriptEngine *engine) |
Binds the SceneComponent class to AngelScript so that it can be used within scripts. | |
template<typename T > | |
void | bindSceneComponentBase (asIScriptEngine *engine, const char *type) |
Binds the base behaviours and methods of the SceneComponent to the given class in AngelScript. |
void bindSceneComponent | ( | asIScriptEngine * | engine | ) |
Binds the SceneComponent class to AngelScript so that it can be used within scripts.
Definition at line 361 of file SceneComponent.cpp.
void bindSceneComponentBase | ( | asIScriptEngine * | engine, | |
const char * | type | |||
) | [inline] |
Binds the base behaviours and methods of the SceneComponent to the given class in AngelScript.
Definition at line 216 of file SceneComponent.h.