Go to the source code of this file.
Functions | |
LightComponent * | createLightComponent (Entity *parent) |
Reference factory for the LightComponent class. | |
LightComponent * | createLightComponent (Entity *parent, const SColor &color, f32 radius) |
Reference factory for the LightComponent class. | |
void | bindLightComponent (asIScriptEngine *engine) |
Binds the LightComponent class to AngelScript. |
void bindLightComponent | ( | asIScriptEngine * | engine | ) |
LightComponent* createLightComponent | ( | Entity * | parent, | |
const SColor & | color, | |||
f32 | radius | |||
) |
LightComponent* createLightComponent | ( | Entity * | parent | ) |