载入中...
搜索中...
未找到
eve::demo::Demo类 参考
Optional demo-only helpers (procedural SFX / planet albedo). Built only when EVENGINE_BUILD_DEMO=ON; other games need not link or compile this. 更多...
#include <Demo.h>
类 eve::demo::Demo 继承关系图:
Public 成员函数 | |
| Module_REG (Demo) | |
| Demo () | |
| ~Demo () override | |
| sound::SoundData * | newSound (const std::string &kind) |
| kind: "music" | "shoot" | "explode" | "hit" | |
| graphics::Texture * | newPlanetTexture (graphics::Graphics *gfx) |
| Equirectangular planet albedo uploaded via Graphics::newTexture. | |
Public 成员函数 继承自 eve::Module | |
| virtual | ~Module () |
| virtual std::string | getName () const =0 |
详细描述
Optional demo-only helpers (procedural SFX / planet albedo). Built only when EVENGINE_BUILD_DEMO=ON; other games need not link or compile this.
构造及析构函数说明
◆ Demo()
|
default |
◆ ~Demo()
|
overridedefault |
成员函数说明
◆ Module_REG()
| eve::demo::Demo::Module_REG | ( | Demo | ) |
◆ newPlanetTexture()
| graphics::Texture * eve::demo::Demo::newPlanetTexture | ( | graphics::Graphics * | gfx | ) |
◆ newSound()
| sound::SoundData * eve::demo::Demo::newSound | ( | const std::string & | kind | ) |
该类的文档由以下文件生成:
Public 成员函数 继承自