Go to the source code of this file.
Functions | |
CameraComponent * | createCameraComponent (Entity *parent) |
Reference factory for the CameraComponent class. | |
CameraComponent * | createCameraComponent (Entity *parent, const vector3df &lookat) |
Reference factory for the CameraComponent class. | |
void | bindCameraComponent (asIScriptEngine *engine) |
Binds the CameraComponent class to AngelScript. |
void bindCameraComponent | ( | asIScriptEngine * | engine | ) |
Binds the CameraComponent class to AngelScript.
Definition at line 40 of file asCameraComponent.cpp.
CameraComponent* createCameraComponent | ( | Entity * | parent, | |
const vector3df & | lookat | |||
) |
Reference factory for the CameraComponent class.
Definition at line 34 of file asCameraComponent.cpp.
CameraComponent* createCameraComponent | ( | Entity * | parent | ) |
Reference factory for the CameraComponent class.
Definition at line 28 of file asCameraComponent.cpp.