C# 클래스 RTSEngine.Data.Parsers.TerrainData

파일 보기 프로젝트 열기: RegrowthStudios/VoxelRTS

공개 프로퍼티들

프로퍼티 타입 설명
PlayerSpawns Microsoft.Xna.Framework.Point[]
VoxWorldFile string

공개 메소드들

메소드 설명
ReadGridData ( string rootPath, string filePath ) : void
ReadHeightData ( string rootPath, string filePath ) : void
TerrainData ( ) : System

메소드 상세

ReadGridData() 공개 메소드

public ReadGridData ( string rootPath, string filePath ) : void
rootPath string
filePath string
리턴 void

ReadHeightData() 공개 메소드

public ReadHeightData ( string rootPath, string filePath ) : void
rootPath string
filePath string
리턴 void

TerrainData() 공개 메소드

public TerrainData ( ) : System
리턴 System

프로퍼티 상세

PlayerSpawns 공개적으로 프로퍼티

public Point[],Microsoft.Xna.Framework PlayerSpawns
리턴 Microsoft.Xna.Framework.Point[]

VoxWorldFile 공개적으로 프로퍼티

public string VoxWorldFile
리턴 string