载入中...
搜索中...
未找到
eve::procgen::OutputSpec类 参考
Configurable generation sink. target: "grid" | "tilelayer" | "json" 更多...
#include <OutputSpec.h>
Public 成员函数 | |
| void | setTarget (const std::string &target) |
| std::string | getTarget () const |
| void | setLayer (map::TileLayer *layer) |
| map::TileLayer * | getLayer () const |
| void | setPalette (const std::string &paletteName) |
| std::string | getPalette () const |
| void | setPath (const std::string &path) |
| std::string | getPath () const |
详细描述
Configurable generation sink. target: "grid" | "tilelayer" | "json"
在文件 OutputSpec.h 第 15 行定义.
成员函数说明
◆ getLayer()
| map::TileLayer * eve::procgen::OutputSpec::getLayer | ( | ) | const |
在文件 OutputSpec.cpp 第 11 行定义.
被这些函数引用 eve::procgen::Procgen::generateTo().
◆ getPalette()
| std::string eve::procgen::OutputSpec::getPalette | ( | ) | const |
在文件 OutputSpec.cpp 第 14 行定义.
被这些函数引用 eve::procgen::Procgen::generateTo().
◆ getPath()
| std::string eve::procgen::OutputSpec::getPath | ( | ) | const |
在文件 OutputSpec.cpp 第 17 行定义.
被这些函数引用 eve::procgen::Procgen::generateTo().
◆ getTarget()
| std::string eve::procgen::OutputSpec::getTarget | ( | ) | const |
在文件 OutputSpec.cpp 第 8 行定义.
被这些函数引用 eve::procgen::Procgen::generateTo().
◆ setLayer()
| void eve::procgen::OutputSpec::setLayer | ( | map::TileLayer * | layer | ) |
在文件 OutputSpec.cpp 第 10 行定义.
引用了 layer.
◆ setPalette()
| void eve::procgen::OutputSpec::setPalette | ( | const std::string & | paletteName | ) |
在文件 OutputSpec.cpp 第 13 行定义.
◆ setPath()
| void eve::procgen::OutputSpec::setPath | ( | const std::string & | path | ) |
在文件 OutputSpec.cpp 第 16 行定义.
◆ setTarget()
| void eve::procgen::OutputSpec::setTarget | ( | const std::string & | target | ) |
在文件 OutputSpec.cpp 第 7 行定义.
该类的文档由以下文件生成:
- src/modules/procgen/OutputSpec.h
- src/modules/procgen/OutputSpec.cpp