C# 클래스 TileInfo, UnderworldExporter

상속: MonoBehaviour
파일 보기 프로젝트 열기: hankmorgan/UnderworldExporter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CeilingHeight ].int[
FloorHeight ].int[
Render ].int[
isBridge ].bool[
isDoor ].bool[
isLava ].bool[
isWater ].bool[
tileType ].int[
tileVisited ].bool[

프로퍼티 상세

CeilingHeight 공개적으로 프로퍼티

The height of the ceiling. Always the same in UW
public int[,] CeilingHeight
리턴 ].int[

FloorHeight 공개적으로 프로퍼티

The height of the floor.
public int[,] FloorHeight
리턴 ].int[

Render 공개적으로 프로퍼티

Is the tile rendered
public int[,] Render
리턴 ].int[

isBridge 공개적으로 프로퍼티

Is there a bridge in this tile
public bool[,] isBridge
리턴 ].bool[

isDoor 공개적으로 프로퍼티

Is there a door in this tile
public bool[,] isDoor
리턴 ].bool[

isLava 공개적으로 프로퍼티

Is the tile a lava tile.
public bool[,] isLava
리턴 ].bool[

isWater 공개적으로 프로퍼티

Is the tile a water tile
public bool[,] isWater
리턴 ].bool[

tileType 공개적으로 프로퍼티

The type of the tile.
public int[,] tileType
리턴 ].int[

tileVisited 공개적으로 프로퍼티

Has the tile been visited by the player.
public bool[,] tileVisited
리턴 ].bool[