载入中...
搜索中...
未找到
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::TileLayergetLayer () 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.h15 行定义.

成员函数说明

◆ getLayer()

map::TileLayer * eve::procgen::OutputSpec::getLayer ( ) const

在文件 OutputSpec.cpp11 行定义.

被这些函数引用 eve::procgen::Procgen::generateTo().

◆ getPalette()

std::string eve::procgen::OutputSpec::getPalette ( ) const

在文件 OutputSpec.cpp14 行定义.

被这些函数引用 eve::procgen::Procgen::generateTo().

◆ getPath()

std::string eve::procgen::OutputSpec::getPath ( ) const

在文件 OutputSpec.cpp17 行定义.

被这些函数引用 eve::procgen::Procgen::generateTo().

◆ getTarget()

std::string eve::procgen::OutputSpec::getTarget ( ) const

在文件 OutputSpec.cpp8 行定义.

被这些函数引用 eve::procgen::Procgen::generateTo().

◆ setLayer()

void eve::procgen::OutputSpec::setLayer ( map::TileLayer layer)

在文件 OutputSpec.cpp10 行定义.

引用了 layer.

◆ setPalette()

void eve::procgen::OutputSpec::setPalette ( const std::string &  paletteName)

在文件 OutputSpec.cpp13 行定义.

◆ setPath()

void eve::procgen::OutputSpec::setPath ( const std::string &  path)

在文件 OutputSpec.cpp16 行定义.

◆ setTarget()

void eve::procgen::OutputSpec::setTarget ( const std::string &  target)

在文件 OutputSpec.cpp7 行定义.


该类的文档由以下文件生成: