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

布局中的单个组件实例(位置 + 旋转)。 更多...

#include <HouseGenTypes.h>

Public 属性

std::string componentId
 
int x = 0
 格子坐标(x,y,z = 层)。
 
int y = 0
 
int z = 0
 
int rotationDeg = 0
 旋转(度)。
 

详细描述

布局中的单个组件实例(位置 + 旋转)。

在文件 HouseGenTypes.h84 行定义.

类成员变量说明

◆ componentId

std::string eve::housegen::HouseInstance::componentId

在文件 HouseGenTypes.h85 行定义.

◆ rotationDeg

int eve::housegen::HouseInstance::rotationDeg = 0

旋转(度)。

在文件 HouseGenTypes.h91 行定义.

◆ x

int eve::housegen::HouseInstance::x = 0

格子坐标(x,y,z = 层)。

在文件 HouseGenTypes.h87 行定义.

◆ y

int eve::housegen::HouseInstance::y = 0

在文件 HouseGenTypes.h88 行定义.

◆ z

int eve::housegen::HouseInstance::z = 0

在文件 HouseGenTypes.h89 行定义.


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