C# Class RTSEngine.Data.Parsers.TerrainData

Afficher le fichier Open project: RegrowthStudios/VoxelRTS

Méthodes publiques

Свойство Type Description
PlayerSpawns Microsoft.Xna.Framework.Point[]
VoxWorldFile string

Méthodes publiques

Méthode Description
ReadGridData ( string rootPath, string filePath ) : void
ReadHeightData ( string rootPath, string filePath ) : void
TerrainData ( ) : System

Method Details

ReadGridData() public méthode

public ReadGridData ( string rootPath, string filePath ) : void
rootPath string
filePath string
Résultat void

ReadHeightData() public méthode

public ReadHeightData ( string rootPath, string filePath ) : void
rootPath string
filePath string
Résultat void

TerrainData() public méthode

public TerrainData ( ) : System
Résultat System

Property Details

PlayerSpawns public_oe property

public Point[],Microsoft.Xna.Framework PlayerSpawns
Résultat Microsoft.Xna.Framework.Point[]

VoxWorldFile public_oe property

public string VoxWorldFile
Résultat string