Go to the source code of this file.
Functions | |
| SkyBoxComponent * | createSkyBoxComponent (Entity *parent) |
| Reference factory for the SkyBoxComponent class. | |
| SkyBoxComponent * | createSkyBoxComponent (Entity *parent, const std::string &top, const std::string &bottom, const std::string &left, const std::string &right, const std::string &front, const std::string &back) |
| Reference factory for the SkyBoxComponent class. | |
| void | bindSkyBoxComponent (asIScriptEngine *engine) |
| Binds the SkyBoxComponent class to AngelScript. | |
| void bindSkyBoxComponent | ( | asIScriptEngine * | engine | ) |
Binds the SkyBoxComponent class to AngelScript.
Definition at line 43 of file asSkyBoxComponent.cpp.
| SkyBoxComponent* createSkyBoxComponent | ( | Entity * | parent, | |
| const std::string & | top, | |||
| const std::string & | bottom, | |||
| const std::string & | left, | |||
| const std::string & | right, | |||
| const std::string & | front, | |||
| const std::string & | back | |||
| ) |
Reference factory for the SkyBoxComponent class.
Definition at line 34 of file asSkyBoxComponent.cpp.
| SkyBoxComponent* createSkyBoxComponent | ( | Entity * | parent | ) |
Reference factory for the SkyBoxComponent class.
Definition at line 28 of file asSkyBoxComponent.cpp.
1.5.8