Go to the source code of this file.
Functions | |
| TextBillboardComponent * | createTextBillboardComponent (Entity *parent) |
| Reference factory for the TextBillboardComponent class. | |
| TextBillboardComponent * | createTextBillboardComponent (Entity *parent, const std::string &fontFileName, const std::string &text, const dimension2df &size, const SColor &colorTop, const SColor &colorBottom) |
| Reference factory for the TextBillboardComponent class. | |
| void | bindTextBillboardComponent (asIScriptEngine *engine) |
| Binds the TextBillboardComponent class to AngelScript. | |
| void bindTextBillboardComponent | ( | asIScriptEngine * | engine | ) |
Binds the TextBillboardComponent class to AngelScript.
Definition at line 45 of file asTextBillboardComponent.cpp.
| TextBillboardComponent* createTextBillboardComponent | ( | Entity * | parent, | |
| const std::string & | fontFileName, | |||
| const std::string & | text, | |||
| const dimension2df & | size, | |||
| const SColor & | colorTop, | |||
| const SColor & | colorBottom | |||
| ) |
Reference factory for the TextBillboardComponent class.
Definition at line 34 of file asTextBillboardComponent.cpp.
| TextBillboardComponent* createTextBillboardComponent | ( | Entity * | parent | ) |
Reference factory for the TextBillboardComponent class.
Definition at line 28 of file asTextBillboardComponent.cpp.
1.5.8