C# Class RTSEngine.Data.Parsers.TerrainData

ファイルを表示 Open project: RegrowthStudios/VoxelRTS

Public Properties

Property Type Description
PlayerSpawns Microsoft.Xna.Framework.Point[]
VoxWorldFile string

Public Methods

Method Description
ReadGridData ( string rootPath, string filePath ) : void
ReadHeightData ( string rootPath, string filePath ) : void
TerrainData ( ) : System

Method Details

ReadGridData() public method

public ReadGridData ( string rootPath, string filePath ) : void
rootPath string
filePath string
return void

ReadHeightData() public method

public ReadHeightData ( string rootPath, string filePath ) : void
rootPath string
filePath string
return void

TerrainData() public method

public TerrainData ( ) : System
return System

Property Details

PlayerSpawns public_oe property

public Point[],Microsoft.Xna.Framework PlayerSpawns
return Microsoft.Xna.Framework.Point[]

VoxWorldFile public_oe property

public string VoxWorldFile
return string