Go to the source code of this file.
Functions | |
ImageComponent * | createImageComponent (Entity *parent) |
Reference factory for the ImageComponent clas. | |
ImageComponent * | createImageComponent (Entity *parent, const std::string &fileName, const vector2di &position, const rect< s32 > &sourceRect, const rect< s32 > &clipRect, const SColor &color, const SColor &alphaColor, bool useAlphaColor) |
Reference factory for the ImageComponent clas. | |
void | bindImageComponent (asIScriptEngine *engine) |
Binds the ImageComponent class to AngelScript. |
void bindImageComponent | ( | asIScriptEngine * | engine | ) |
ImageComponent* createImageComponent | ( | Entity * | parent, | |
const std::string & | fileName, | |||
const vector2di & | position, | |||
const rect< s32 > & | sourceRect, | |||
const rect< s32 > & | clipRect, | |||
const SColor & | color, | |||
const SColor & | alphaColor, | |||
bool | useAlphaColor | |||
) |
ImageComponent* createImageComponent | ( | Entity * | parent | ) |