载入中...
搜索中...
未找到
eve::housegen::HouseRoom结构体 参考

布局中的房间标记。 更多...

#include <HouseGenTypes.h>

Public 属性

std::string type
 
int x = 0
 格子坐标与尺寸。
 
int y = 0
 
int width = 1
 
int depth = 1
 

详细描述

布局中的房间标记。

在文件 HouseGenTypes.h95 行定义.

类成员变量说明

◆ depth

int eve::housegen::HouseRoom::depth = 1

在文件 HouseGenTypes.h101 行定义.

◆ type

std::string eve::housegen::HouseRoom::type

在文件 HouseGenTypes.h96 行定义.

◆ width

int eve::housegen::HouseRoom::width = 1

在文件 HouseGenTypes.h100 行定义.

◆ x

int eve::housegen::HouseRoom::x = 0

格子坐标与尺寸。

在文件 HouseGenTypes.h98 行定义.

◆ y

int eve::housegen::HouseRoom::y = 0

在文件 HouseGenTypes.h99 行定义.


该结构体的文档由以下文件生成: